summaryrefslogtreecommitdiffstats
path: root/.github/workflows/push-benchmark-results.yml
Commit message (Collapse)AuthorAge
* 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
* Remove unused package in primary benchmark script (#5014)venkataram-nv2024-09-05
| | | Also fixes the self-hosted machine that is used for benchmarking, so that variance of timings can be reduced.
* 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