summaryrefslogtreecommitdiffstats
path: root/.github/workflows/benchmark.yml
Commit message (Collapse)AuthorAge
* Disable more CI workflows on master push. (#7983)Yong He2025-07-29
|
* DNI: try using sparse checkout for MDL-SDK (#6190)kaizhangNV2025-01-27
|
* Update workflow YML files for renamed files (#5688)Jay Kwak2024-11-27
| | | | | | | | Recently we renamed a few files and directories and they should be reflected on the workflow YAML files. - LICENCE is a typo of LICENSE. - We recently created a new "LICENSES/" - CONTRIBUTION.md was renamed to CONTRIBUTING.md Closes #5686
* ci: Update `actions/checkout` to always use v4 (#5634)Bruce Mitchener2024-11-21
| | | | | | CI was using a mix of version 3 and 4. Version 3 results in a warning within the GitHub Actions UI as it was using a version of NodeJS that is deprecated within the GitHub Actions infrastructure.
* format yaml and json (#5428)Ellie Hermaszewska2024-10-30
| | | | | * format yaml and json * format shell scripts
* Push benchmark results to a viewable page (#4996)venkataram-nv2024-09-04
| | | | | | | * Push benchmark results to slang-material-modules results page (#4993) * Increasing sample count for push benchmark pipeline * Enable only for master branch
* Updated MDL shader sources for benchmarks (#4965)venkataram-nv2024-08-30
| | | | | | | | | * Updated MDL shader sources for benchmarks * Shifting sources to external repository * Changing repo URL syntax benchmark.yml * Refactoring entry point names
* Draft: integrate slang-rhi (#4970)Simon Kallweit2024-08-30
| | | | | | | | | | | | | | | | | | | | | * add slang-rhi submodule * refactor render-test to use slang-rhi and remove OpenGL support * remove -vk -glsl tests * remove gl test * disable failing test * allow recursive submodules in github actions * update slang-rhi * update slang-rhi --------- Co-authored-by: Yong He <yonghe@outlook.com>
* Auto-cancel obsolete MDL benchmark jobs. (#4929)Yong He2024-08-28
|
* Refactoring benchmark CI pipeline (#4855)venkataram-nv2024-08-15
| | | | | * Refactoring benchmark CI pipeline * Combine setup and run steps
* GitHub action benchmark (#4804)venkataram-nv2024-08-13
Adds a new Github CI action for benchmarking the slangc compiler on the MDL shaders. For now, the results are only dumped to the output of the CI, which can be later viewed through raw logs. The next step is to use github-action-benchmark to push these results into a page which will show the benchmark results over time as commits are pushed.