Skip to content

Instantly share code, notes, and snippets.

@zamazan4ik
Created January 8, 2024 01:33
Show Gist options
  • Save zamazan4ik/09666344f7cb0ee92a69d4a14a8b50e6 to your computer and use it in GitHub Desktop.
Save zamazan4ik/09666344f7cb0ee92a69d4a14a8b50e6 to your computer and use it in GitHub Desktop.
sage: Release
Running benches/frontend.rs (target/release/deps/frontend-14558ea11339314e)
Benchmarking GCC Backend/Hashmap (GCC precompiled run): Warming up for 3.0000 s
Warning: Unable to complete 50 samples in 5.0s. You may wish to increase target time to 7.8s, enable flat sampling, or reduce sample count to 20.
GCC Backend/Hashmap (GCC precompiled run)
time: [6.0891 ms 6.1092 ms 6.1304 ms]
Found 2 outliers among 50 measurements (4.00%)
1 (2.00%) high mild
1 (2.00%) high severe
GCC Backend/Vector (GCC precompiled run)
time: [722.23 µs 724.59 µs 726.72 µs]
Found 4 outliers among 50 measurements (8.00%)
2 (4.00%) low severe
2 (4.00%) high mild
GCC Backend/Vector2 (GCC precompiled run)
time: [724.79 µs 727.10 µs 729.06 µs]
Found 7 outliers among 50 measurements (14.00%)
4 (8.00%) low severe
2 (4.00%) low mild
1 (2.00%) high mild
Benchmarking GCC Backend/AES (GCC precompiled run): Warming up for 3.0000 s
Warning: Unable to complete 50 samples in 5.0s. You may wish to increase target time to 9.7s, enable flat sampling, or reduce sample count to 20.
GCC Backend/AES (GCC precompiled run)
time: [7.6219 ms 7.6562 ms 7.6906 ms]
Found 3 outliers among 50 measurements (6.00%)
2 (4.00%) high mild
1 (2.00%) high severe
VM Backend/Hashmap (compile + VM run)
time: [213.52 ms 214.29 ms 215.07 ms]
Benchmarking VM Backend/Vector (compile + VM run): Warming up for 3.0000 s
Warning: Unable to complete 10 samples in 5.0s. You may wish to increase target time to 8.3s or enable flat sampling.
VM Backend/Vector (compile + VM run)
time: [150.81 ms 150.93 ms 151.05 ms]
Found 2 outliers among 10 measurements (20.00%)
1 (10.00%) low mild
1 (10.00%) high mild
VM Backend/Vector2 (compile + VM run)
time: [206.86 ms 207.10 ms 207.47 ms]
Found 1 outliers among 10 measurements (10.00%)
1 (10.00%) high severe
Benchmarking VM Backend/AES (compile + VM run): Warming up for 3.0000 s
Warning: Unable to complete 10 samples in 5.0s. You may wish to increase target time to 5.5s.
VM Backend/AES (compile + VM run)
time: [551.27 ms 554.60 ms 560.32 ms]
Found 2 outliers among 10 measurements (20.00%)
1 (10.00%) high mild
1 (10.00%) high severe
Benchmarking VM Backend/Hashmap (compile): Warming up for 3.0000 s
Warning: Unable to complete 10 samples in 5.0s. You may wish to increase target time to 7.0s or enable flat sampling.
VM Backend/Hashmap (compile)
time: [127.52 ms 127.67 ms 127.84 ms]
Benchmarking VM Backend/Vector (compile): Warming up for 3.0000 s
Warning: Unable to complete 10 samples in 5.0s. You may wish to increase target time to 8.2s or enable flat sampling.
VM Backend/Vector (compile)
time: [149.61 ms 149.72 ms 149.80 ms]
VM Backend/Vector2 (compile)
time: [206.21 ms 206.69 ms 207.41 ms]
Found 1 outliers among 10 measurements (10.00%)
1 (10.00%) high severe
VM Backend/AES (compile)
time: [446.85 ms 449.07 ms 452.91 ms]
Found 1 outliers among 10 measurements (10.00%)
1 (10.00%) high severe
VM Backend/Hashmap (VM precompiled run)
time: [85.541 ms 85.849 ms 86.107 ms]
VM Backend/Vector (VM precompiled run)
time: [1.4213 ms 1.4323 ms 1.4442 ms]
VM Backend/Vector2 (VM precompiled run)
time: [1.4048 ms 1.4113 ms 1.4218 ms]
Benchmarking VM Backend/AES (VM precompiled run): Warming up for 3.0000 s
Warning: Unable to complete 10 samples in 5.0s. You may wish to increase target time to 5.7s or enable flat sampling.
VM Backend/AES (VM precompiled run)
time: [102.79 ms 103.71 ms 104.78 ms]
Found 1 outliers among 10 measurements (10.00%)
1 (10.00%) high severe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment