We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigate to https://rustpython.github.io/benchmarks.
Notice that the first images are not displayed:
This is because those are cbor files, at the bottom we can see the actual svg files.
cbor
svg
This is certainly because we are not correclt loading them in https://github.com/RustPython/rustpython.github.io/blob/master/_layouts/benchmarks.html
In fact the data/main folder should not be loaded (directories with cbor files): https://github.com/RustPython/rustpython.github.io/tree/master/assets/criterion/data/main
data/main
But the root one should be (directories with svg files): https://github.com/RustPython/rustpython.github.io/tree/master/assets/criterion
I wanted to tackle this issue but came across #65
The text was updated successfully, but these errors were encountered:
data/
Successfully merging a pull request may close this issue.
Navigate to https://rustpython.github.io/benchmarks.
Notice that the first images are not displayed:

This is because those are
cbor
files, at the bottom we can see the actualsvg
files.This is certainly because we are not correclt loading them in https://github.com/RustPython/rustpython.github.io/blob/master/_layouts/benchmarks.html
In fact the
data/main
folder should not be loaded (directories withcbor
files): https://github.com/RustPython/rustpython.github.io/tree/master/assets/criterion/data/mainBut the root one should be (directories with
svg
files): https://github.com/RustPython/rustpython.github.io/tree/master/assets/criterionI wanted to tackle this issue but came across #65
The text was updated successfully, but these errors were encountered: