--- layout: default ---
RustPython
{{ page.title | escape }}
{{ site.benchmarks-intro }}
{{ content }}
{% assign folders = "" | split: ", " %} {% for folder in site.static_files %} {% if folder.path contains 'criterion/' %} {% unless folder.path contains 'criterion/data/' %} {% assign temp = folder.path | split: 'criterion/' %} {% assign directoryName = temp[1] | split: '/' | first %} {% assign pathName = 'criterion/' | append: directoryName %} {% assign pathNameArray = pathName | split: ", " %} {% assign folders = folders | concat: pathNameArray %} {% endunless %} {% endif %} {% endfor %} {% comment %}folders = ['criterion/execution', 'criterion/microbenchmarks', ...]{% endcomment %} {% assign folders = folders | uniq %} {% if folders.size == 0 %}

There are no benchmarks to be displayed.

This shouldn't be happening, please contact one of the maintainers through Discord to report this problem.

{% else %} {% endif %}