We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b671113 commit 61dba28Copy full SHA for 61dba28
1 file changed
_layouts/benchmarks.html
@@ -22,6 +22,14 @@
22
{{ content }}
23
</div>
24
25
+ {% assign metadata = site.data["criterion-metadata"] %}
26
+ <div class="text-muted mt-2">
27
+ <small>
28
+ Generated: {{ metadata.generated_at | date: "%Y-%m-%d %H:%M" }} UTC
29
+ | RustPython commit: <a href="https://github.com/RustPython/RustPython/commit/{{ metadata.rustpython_commit }}">{{ metadata.rustpython_commit | truncate: 7, "" }}</a>
30
+ </small>
31
+ </div>
32
+
33
{% assign folders = "" | split: ", " %}
34
{% for folder in site.static_files %}
35
{% if folder.path contains 'criterion/' %}
0 commit comments