tools/performance/engine-benchmarks/templates/template_jinja.html
{# Input data to this template: JinjaData as defined by bench_download.py #}
{{ bench_source.value }} benchmark results
Score represents the amount of milliseconds it takes for one iteration of the benchmark to finish.
The smaller the score, the better.
Note that only successful benchmark jobs are processed, so if there is a gap in the chart, it might be caused by failing jobs during that time period.
Hovering over some point in a graph displays score, score diff (difference with the previous score value) and date in a tooltip. You can click on a particular point in the graph to display some additional information under the graph like a link to PR, a commit message, commit author, etc.
The charts can be zoomed in by dragToZoom which means that you can left-click on the chart, hold it, and release it to zoom into a rectangular area. Then right-clicking to reset to the original zoom. See explorer configuration options in https://developers.google.com/chart/interactive/docs/gallery/linechart#configuration-options .
Generated by the bench_download.py script in {{ timestamp }}.
Since date:
Apply filters
Since date:
{{ display_since.date() }}
{% for bench_data in bench_datas %}
Score No selection Score difference No selection Score difference percentage No selection Commit date No selection Commit author No selection Commit message No selection Commit ID No selection Commit URL No selection Bench run URL No selection
{% endfor %}