diff options
| author | Gangzheng Tong <tonggangzheng@gmail.com> | 2025-04-11 16:55:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-11 23:55:29 +0000 |
| commit | 6dd5bd52e3a5fb721776224e5e9a390d626faf26 (patch) | |
| tree | 1b032d0be5a3756dffc1b55d461ed8128b328102 /tests/bugs | |
| parent | 8e6af6259bd1dd47d81c36f0562ff362ca5d42c3 (diff) | |
Fix benchmark/compile.py nested f-string and deprecated constant issues (#6773)
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
Diffstat (limited to 'tests/bugs')
0 files changed, 0 insertions, 0 deletions
