Skip to content

Commit

Permalink
Quote benchmark name
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Mar 15, 2024
1 parent f47914f commit a6ec298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/benchcomp/benchcomp/visualizers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def _get_template():
quadrant-3 3
quadrant-4 4
{%- for bench_name, bench_variants in d["scaled_metrics"][metric].items () %}
{{ bench_name }}: [{{ bench_variants[d["scaled_variants"][metric][0]] }}, {{ bench_variants[d["scaled_variants"][metric][1]] }}]
"{{ bench_name }}": [{{ bench_variants[d["scaled_variants"][metric][0]] }}, {{ bench_variants[d["scaled_variants"][metric][1]] }}]
{%- endfor %}
```
Expand Down

0 comments on commit a6ec298

Please sign in to comment.