There was an error while loading. Please reload this page.
1 parent 1eb0bda commit 934fc40Copy full SHA for 934fc40
benchmarks/speed/test_project_speed_benchmark.py
@@ -5,5 +5,6 @@
5
def test_benchmark_speed_project():
6
root = Path(__file__).parent
7
# project_assets(root) # there are currently no assets defined for this project
8
- project_run(root, "setup", capture=True)
9
- project_run(root, "timing_cpu", capture=True)
+ # don't capture due to encoding issues in windows
+ project_run(root, "setup")
10
+ project_run(root, "timing_cpu")
0 commit comments