Created
January 14, 2021 09:28
-
-
Save playXE/ae2954091049206a6c0dc511e8da8bfe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Benchmarking gc vs rc/Immix(30% threshold)/0: Warming up for 3.0000 s | |
Warning: Unable to complete 10 samples in 5.0s. You may wish to increase target time to 5.1s. | |
gc vs rc/Immix(30% threshold)/0 | |
time: [440.09 ms 465.06 ms 487.66 ms] | |
change: [-4.5483% +1.5499% +6.8789%] (p = 0.62 > 0.05) | |
No change in performance detected. | |
Finished 30% threshold benchmark with total 614.4M threshold | |
gc vs rc/Immix(30% threshold) after first bench/0 | |
time: [456.78 ms 472.31 ms 487.89 ms] | |
change: [-1.1698% +3.2781% +7.4036%] (p = 0.18 > 0.05) | |
No change in performance detected. | |
Benchmarking gc vs rc/Immix(80% threshold)/0: Warming up for 3.0000 s | |
Warning: Unable to complete 10 samples in 5.0s. You may wish to increase target time to 5.3s. | |
gc vs rc/Immix(80% threshold)/0 | |
time: [454.77 ms 500.69 ms 551.85 ms] | |
change: [-1.2749% +10.069% +23.181%] (p = 0.13 > 0.05) | |
No change in performance detected. | |
Found 1 outliers among 10 measurements (10.00%) | |
1 (10.00%) high mild | |
Benchmarking gc vs rc/Reference counting simple/0: Warming up for 3.0000 s | |
Warning: Unable to complete 10 samples in 5.0s. You may wish to increase target time to 24.4s. | |
gc vs rc/Reference counting simple/0 | |
time: [2.4096 s 2.4411 s 2.4800 s] | |
change: [-1.7062% +2.7908% +6.4802%] (p = 0.23 > 0.05) | |
No change in performance detected. | |
Running target/release/deps/gcbench_box_mimalloc-4647bbdd363e9c4b | |
Gnuplot not found, using plotters backend | |
Benchmarking Box mimalloc: Warming up for 3.0000 s | |
Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 60.0s, or reduce sample count to 10. | |
Box mimalloc time: [598.56 ms 602.56 ms 606.92 ms] | |
change: [-13.261% -10.776% -8.4345%] (p = 0.00 < 0.05) | |
Performance has improved. | |
Found 3 outliers among 100 measurements (3.00%) | |
2 (2.00%) high mild | |
1 (1.00%) high severe | |
Running target/release/deps/gcbench_rc_jemalloc-f2a8b81465f2e6f9 | |
Gnuplot not found, using plotters backend | |
Benchmarking RC jemalloc: Warming up for 3.0000 s | |
Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 77.7s, or reduce sample count to 10. | |
RC jemalloc time: [780.39 ms 785.50 ms 791.17 ms] | |
change: [-11.545% -8.9764% -6.6726%] (p = 0.00 < 0.05) | |
Performance has improved. | |
Found 5 outliers among 100 measurements (5.00%) | |
2 (2.00%) high mild | |
3 (3.00%) high severe | |
Running target/release/deps/gcbench_rc_mimalloc-d77a3b51fd0a1b74 | |
Gnuplot not found, using plotters backend | |
Benchmarking RC mimalloc: Warming up for 3.0000 s | |
Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 58.5s, or reduce sample count to 10. | |
RC mimalloc time: [581.82 ms 585.69 ms 590.04 ms] | |
change: [-1.3357% +0.5690% +2.4088%] (p = 0.56 > 0.05) | |
No change in performance detected. | |
Found 1 outliers among 100 measurements (1.00%) | |
1 (1.00%) high severe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment