RustPython / rustpython.github.io

https://rustpython.github.io
MIT License
10 stars 16 forks source link

benchmarks: Hide `data/` folder #68

Closed homersimpsons closed 7 months ago

homersimpsons commented 7 months ago

The data/ folder contains raw data.

It should not be displayed in the tabs, and its *.cbor files should not be rendered

Capture d'écran 2024-02-25 020632

Implementation:

Alternatively I can continue listing the directory names, but then I should exclude the .cbor files, which will lead to far more false-positive files.

Fixes #66

This Pull Request was made possible thanks to #67 (thanks @olivierlemasle)