diff options
| author | venkataram-nv <vedavamadath@nvidia.com> | 2024-08-15 12:46:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-15 12:46:24 -0700 |
| commit | 2db09d58f74376d792c36711cbc48c4a3d5eba60 (patch) | |
| tree | 2eb01bf94a0c4f1011b0b9a1ea942949d51f49cb /tools/benchmark/.gitignore | |
| parent | 27b2229baa635f4cd6316d987a05ae8979ceab68 (diff) | |
Refactoring benchmark CI pipeline (#4855)
* Refactoring benchmark CI pipeline
* Combine setup and run steps
Diffstat (limited to 'tools/benchmark/.gitignore')
| -rw-r--r-- | tools/benchmark/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/benchmark/.gitignore b/tools/benchmark/.gitignore new file mode 100644 index 000000000..1719095d1 --- /dev/null +++ b/tools/benchmark/.gitignore @@ -0,0 +1,4 @@ +slang-benchmarks +targets/ +modules/ +*.json
\ No newline at end of file |
