Skip to content

Instantly share code, notes, and snippets.

@ilyapopov
Created August 9, 2020 16:12
Show Gist options
  • Save ilyapopov/03c5cfd6ccefde0e209b5a2f4be43e46 to your computer and use it in GitHub Desktop.
Save ilyapopov/03c5cfd6ccefde0e209b5a2f4be43e46 to your computer and use it in GitHub Desktop.
Running target/release/deps/compare-0a5da1ab8ac70cbd
nth_element/floydrivest/1000
time: [6.9318 us 7.2481 us 7.5652 us]
change: [-5.7428% -0.6265% +5.1104%] (p = 0.82 > 0.05)
No change in performance detected.
Found 1 outliers among 100 measurements (1.00%)
1 (1.00%) low mild
nth_element/order_stat/1000
time: [2.1336 us 2.2280 us 2.3263 us]
change: [+0.1353% +4.4454% +9.0469%] (p = 0.05 > 0.05)
No change in performance detected.
Found 4 outliers among 100 measurements (4.00%)
4 (4.00%) high mild
nth_element/kth/1000 time: [5.8608 us 6.1143 us 6.3769 us]
change: [-7.7726% -4.9879% -2.1394%] (p = 0.00 < 0.05)
Performance has improved.
Found 8 outliers among 100 measurements (8.00%)
5 (5.00%) high mild
3 (3.00%) high severe
nth_element/pdqselect/1000
time: [2.4652 us 2.5476 us 2.6332 us]
change: [-1.3495% +2.5278% +6.7682%] (p = 0.23 > 0.05)
No change in performance detected.
Found 5 outliers among 100 measurements (5.00%)
1 (1.00%) low mild
4 (4.00%) high mild
nth_element/floydrivest/10000
time: [121.02 us 123.82 us 126.65 us]
change: [-4.8793% -2.2511% +0.4700%] (p = 0.10 > 0.05)
No change in performance detected.
Found 2 outliers among 100 measurements (2.00%)
2 (2.00%) high mild
nth_element/order_stat/10000
time: [57.638 us 59.266 us 60.850 us]
change: [-20.421% -18.388% -16.223%] (p = 0.00 < 0.05)
Performance has improved.
nth_element/kth/10000 time: [155.35 us 157.39 us 159.60 us]
change: [-4.7130% -3.8043% -2.7920%] (p = 0.00 < 0.05)
Performance has improved.
Found 5 outliers among 100 measurements (5.00%)
4 (4.00%) high mild
1 (1.00%) high severe
nth_element/pdqselect/10000
time: [22.160 us 22.993 us 23.877 us]
change: [-6.9205% -3.1140% +0.6920%] (p = 0.12 > 0.05)
No change in performance detected.
Benchmarking nth_element/floydrivest/100000: Warming up for 3.0000 s
Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 6.0s, enable flat sampling, or reduce sample count to 60.
nth_element/floydrivest/100000
time: [1.1609 ms 1.1803 ms 1.1991 ms]
change: [-8.4937% -6.5219% -4.4348%] (p = 0.00 < 0.05)
Performance has improved.
Found 4 outliers among 100 measurements (4.00%)
1 (1.00%) low severe
1 (1.00%) low mild
2 (2.00%) high mild
nth_element/order_stat/100000
time: [622.95 us 629.99 us 637.11 us]
change: [-13.646% -12.499% -11.315%] (p = 0.00 < 0.05)
Performance has improved.
Benchmarking nth_element/kth/100000: Warming up for 3.0000 s
Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 7.8s, enable flat sampling, or reduce sample count to 50.
nth_element/kth/100000 time: [1.5332 ms 1.5375 ms 1.5421 ms]
change: [-4.6020% -3.9167% -3.2923%] (p = 0.00 < 0.05)
Performance has improved.
Found 8 outliers among 100 measurements (8.00%)
6 (6.00%) high mild
2 (2.00%) high severe
nth_element/pdqselect/100000
time: [237.22 us 245.43 us 253.76 us]
change: [-3.4698% +0.2122% +4.2406%] (p = 0.92 > 0.05)
No change in performance detected.
nth_element/floydrivest/1000000
time: [13.335 ms 13.537 ms 13.740 ms]
change: [-13.707% -11.740% -9.7815%] (p = 0.00 < 0.05)
Performance has improved.
Found 1 outliers among 100 measurements (1.00%)
1 (1.00%) high mild
nth_element/order_stat/1000000
time: [5.5663 ms 5.5903 ms 5.6148 ms]
change: [-11.745% -11.193% -10.629%] (p = 0.00 < 0.05)
Performance has improved.
Found 1 outliers among 100 measurements (1.00%)
1 (1.00%) high mild
nth_element/kth/1000000 time: [15.372 ms 15.413 ms 15.456 ms]
change: [-4.4794% -4.0317% -3.6106%] (p = 0.00 < 0.05)
Performance has improved.
Found 5 outliers among 100 measurements (5.00%)
3 (3.00%) high mild
2 (2.00%) high severe
nth_element/pdqselect/1000000
time: [2.5132 ms 2.5831 ms 2.6543 ms]
change: [-6.5629% -2.5929% +1.4845%] (p = 0.22 > 0.05)
No change in performance detected.
Found 1 outliers among 100 measurements (1.00%)
1 (1.00%) high mild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment