Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Dec 10, 2023
1 parent f6a6f0e commit 824a4ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .tests/e2e/test_full_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def test_benchmarks(run_sunbeam):
filename = os.listdir(benchmarks_fp)[0]
with open(os.path.join(benchmarks_fp, filename)) as f:
rd = csv.DictReader(f, delimiter="\t")
print(rd.fieldnames)
for r in rd:
assert (
float(r["cpu_time"]) < 1
Expand Down

0 comments on commit 824a4ec

Please sign in to comment.