8000
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 e27b1ef commit 34ae800Copy full SHA for 34ae800
.github/workflows/benchmarks.yml
@@ -32,7 +32,7 @@ jobs:
32
/usr/bin/python3 -m venv ${RUNNER_TOOL_CACHE}/distributed-ranges/venv
33
source ${RUNNER_TOOL_CACHE}/distributed-ranges/venv/bin/activate
34
pip install src-python/drbench
35
- srun --nodes=4 --ntasks-per-node=2 make -C build/benchmarks/gbench jfcst-bench-results
+ srun --nodes=2 --ntasks-per-node=2 make -C build/benchmarks/gbench jfcst-bench-results
36
- uses: actions/upload-artifact@v4
37
if: always()
38
with:
0 commit comments