Skip to content

Benchmark images are not displayed #66

Closed
@homersimpsons

Description

@homersimpsons

Navigate to https://rustpython.github.io/benchmarks.

Notice that the first images are not displayed:
image

This is because those are cbor files, at the bottom we can see the actual svg 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 with cbor files): https://github.com/RustPython/rustpython.github.io/tree/master/assets/criterion/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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions