We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee996d5 commit d415eccCopy full SHA for d415ecc
.github/workflows/benchmarks.yml
@@ -67,6 +67,7 @@ jobs:
67
working-directory: build
68
run: cmake --build . --target benchmark_xtensor --parallel 8
69
70
- - name: Run tests
+ - name: Run benchmark
71
+ timeout-minutes: 10 # Consider increasing timeout
72
working-directory: build/benchmark
73
run: ./benchmark_xtensor
0 commit comments