summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorkaizhangNV <149626564+kaizhangNV@users.noreply.github.com>2025-01-27 02:10:43 -0600
committerGitHub <noreply@github.com>2025-01-27 00:10:43 -0800
commit1f1892d033ce2938518dc7065cf5c36631919270 (patch)
treeec1e137c68cfb690d7b6f0640a9d57daaa77ed27 /.github
parent3ecbeacd3b02e2a8c1b9796df1caced0aa34224f (diff)
DNI: try using sparse checkout for MDL-SDK (#6190)
Diffstat (limited to '.github')
-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