| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
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
* Shifting sources to external repository
* Changing repo URL syntax benchmark.yml
* Refactoring entry point names
|
|
|
* Refactoring benchmark CI pipeline
* Combine setup and run steps
|