Commit 4c916d34 authored by quyuan's avatar quyuan

add ci

parent 8fefae5b
......@@ -20,7 +20,7 @@ class TestBench():
"""
ci benchmark
"""
fr = open(os.path.join(pdf_dev_path, "result.json"), "r", encoding="utf-8")
fr = open(os.path.join(pdf_dev_path, "ci", "result.json"), "r", encoding="utf-8")
lines = fr.readlines()
last_line = lines[-1].strip()
last_score = json.loads(last_line)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment