Skip to content
New issue

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

Display Percentages relative to fastest time #416

Open
akhildevelops opened this issue Aug 6, 2023 · 0 comments
Open

Display Percentages relative to fastest time #416

akhildevelops opened this issue Aug 6, 2023 · 0 comments

Comments

@akhildevelops
Copy link

It would be useful to display percentages of execution time of all lang with respect to fastest runtime.

In this page Rust vs Zig: https://programming-language-benchmarks.vercel.app/rust-vs-zig

lang code time time-delay% stddev peak-mem time(user) time(sys) compiler/runtime
zig 1.zig 118ms - 1.1ms 1.0MB 110ms 0ms zig 0.11.0-dev.3978+711b4e93e
rust 5c-m.rs 185ms 56% 2.2ms 1.7MB 327ms 0ms rustc 1.73.0-nightly
rust 5-m.rs 204ms 72% 3.5ms 1.8MB 367ms 0ms rustc 1.70.0
rust 1c.rs 228ms 93% 1.2ms 1.1MB 220ms 0ms rustc 1.73.0-nightly
rust 1.rs 316ms 167% 1.6ms 1.0MB 297ms 3ms rustc 1.70.0

All the time values are compared with 118ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant