您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

7 行
165 B

3 年前
  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过程出现异常"