summaryrefslogtreecommitdiffstats
path: root/.github/workflows/benchmark.yml
diff options
context:
space:
mode:
authorvenkataram-nv <vedavamadath@nvidia.com>2024-08-15 12:46:24 -0700
committerGitHub <noreply@github.com>2024-08-15 12:46:24 -0700
commit2db09d58f74376d792c36711cbc48c4a3d5eba60 (patch)
tree2eb01bf94a0c4f1011b0b9a1ea942949d51f49cb /.github/workflows/benchmark.yml
parent27b2229baa635f4cd6316d987a05ae8979ceab68 (diff)
Refactoring benchmark CI pipeline (#4855)
* Refactoring benchmark CI pipeline * Combine setup and run steps
Diffstat (limited to '.github/workflows/benchmark.yml')
-rw-r--r--.github/workflows/benchmark.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 441334055..8a829d5a1 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -1,4 +1,4 @@
-name: Benchmark
+name: MDL Benchmark
on:
push:
@@ -36,12 +36,9 @@ jobs:
run: |
cmake --preset default --fresh -DSLANG_SLANG_LLVM_FLAVOR=USE_SYSTEM_LLVM -DCMAKE_COMPILE_WARNING_AS_ERROR=false
cmake --workflow --preset release
- - name: Setup
- run: |
- cd tests/mdl
- pip install prettytable argparse
- name: Run benchmark
run: |
- cd tests/mdl
+ cd tools/benchmark
+ pip install prettytable argparse
Copy-Item -Path C:\slang-benchmarks -Destination . -Recurse
- python compile.py --samples 16 --target dxil --ci \ No newline at end of file
+ python compile.py --samples 16 --target dxil --ci