Skip to content

Commit 824a4ec

Browse files
committed
DEBUG
1 parent f6a6f0e commit 824a4ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.tests/e2e/test_full_run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def test_benchmarks(run_sunbeam):
7676
filename = os.listdir(benchmarks_fp)[0]
7777
with open(os.path.join(benchmarks_fp, filename)) as f:
7878
rd = csv.DictReader(f, delimiter="\t")
79+
print(rd.fieldnames)
7980
for r in rd:
8081
assert (
8182
float(r["cpu_time"]) < 1

0 commit comments

Comments
 (0)