Skip to content

Commit 8b11cdc

Browse files
Increasing sample count for push benchmark pipeline
1 parent 2082935 commit 8b11cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-benchmark-results.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cd tools/benchmark
4242
cp ../../external/MDL-SDK/examples/mdl_sdk/dxr/content/slangified/*.slang .
4343
pip install prettytable argparse
44-
python compile.py --samples 1 --target dxil
44+
python compile.py --samples 16 --target dxil
4545
- uses: actions/checkout@v3
4646
with:
4747
repository: 'shader-slang/slang-material-modules-benchmark'
@@ -59,4 +59,4 @@ jobs:
5959
git add benchmarks.json current
6060
git commit -m "$(cat commit)" -m "https://github.com/shader-slang/slang/commit/$(cat commit-hash)"
6161
git log
62-
git push
62+
git push

0 commit comments

Comments
 (0)