summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/benchmark.yml2
-rw-r--r--.github/workflows/push-benchmark-results.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 3398c8425..2bc30e4d6 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -45,6 +45,8 @@ jobs:
with:
repository: "shader-slang/MDL-SDK"
path: "external/MDL-SDK"
+ sparse-checkout: |
+ ./examples/mdl_sdk/dxr/content/slangified
- name: Run benchmark
run: |
cd tools/benchmark
diff --git a/.github/workflows/push-benchmark-results.yml b/.github/workflows/push-benchmark-results.yml
index acef247bb..ff3021a65 100644
--- a/.github/workflows/push-benchmark-results.yml
+++ b/.github/workflows/push-benchmark-results.yml
@@ -37,6 +37,8 @@ jobs:
with:
repository: "shader-slang/MDL-SDK"
path: "external/MDL-SDK"
+ sparse-checkout: |
+ ./examples/mdl_sdk/dxr/content/slangified
- name: Run benchmark
run: |
cd tools/benchmark