25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

7 satır
165 B

3 yıl önce
  1. from fe.bench.run import run_bench
  2. def test_bench():
  3. try:
  4. run_bench()
  5. except Exception as e:
  6. assert 200==100,"test_bench过程出现异常"