We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2082935 commit 8b11cdcCopy full SHA for 8b11cdc
.github/workflows/push-benchmark-results.yml
@@ -41,7 +41,7 @@ jobs:
41
cd tools/benchmark
42
cp ../../external/MDL-SDK/examples/mdl_sdk/dxr/content/slangified/*.slang .
43
pip install prettytable argparse
44
- python compile.py --samples 1 --target dxil
+ python compile.py --samples 16 --target dxil
45
- uses: actions/checkout@v3
46
with:
47
repository: 'shader-slang/slang-material-modules-benchmark'
@@ -59,4 +59,4 @@ jobs:
59
git add benchmarks.json current
60
git commit -m "$(cat commit)" -m "https://github.com/shader-slang/slang/commit/$(cat commit-hash)"
61
git log
62
- git push
+ git push
0 commit comments