summaryrefslogtreecommitdiffstats
path: root/tools/benchmark
Commit message (Collapse)AuthorAge
* Fix benchmark/compile.py nested f-string and deprecated constant issues (#6773)Gangzheng Tong2025-04-11
| | | | | | | | | | | This commit resolves three issues in the benchmark script: 1. Fixed nested f-string syntax error that was causing CI failures (fixes #6772) 2. Fixed key access error handling for timing dictionary The nested f-string was causing a syntax error in CI, and the proper fix is to create the key variable separately before using it. Also improved error handling for cases where compilation fails and timing data might be missing. Fixes: #6772
* 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.
* 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
* Refactoring benchmark CI pipeline (#4855)venkataram-nv2024-08-15
* Refactoring benchmark CI pipeline * Combine setup and run steps