Created
January 16, 2020 17:39
-
-
Save Restioson/e06738ebe2b2a3d9710a754ee10c3e0f to your computer and use it in GitHub Desktop.
This file contains hidden or 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 custom cell get_ref | |
Benchmarking custom cell get_ref: Warming up for 3.0000 s | |
Benchmarking custom cell get_ref: Collecting 100 samples in estimated 5.0000 s (79M iterations) | |
Benchmarking custom cell get_ref: Analyzing | |
custom cell get_ref time: [24.690 ns 24.739 ns 24.801 ns] | |
change: [-0.6441% -0.3533% -0.0692%] (p = 0.02 < 0.05) | |
Change within noise threshold. | |
Found 3 outliers among 100 measurements (3.00%) | |
1 (1.00%) low severe | |
2 (2.00%) high severe | |
Benchmarking custom cell get_mut | |
Benchmarking custom cell get_mut: Warming up for 3.0000 s | |
Benchmarking custom cell get_mut: Collecting 100 samples in estimated 5.0000 s (77M iterations) | |
Benchmarking custom cell get_mut: Analyzing | |
custom cell get_mut time: [25.085 ns 25.092 ns 25.100 ns] | |
change: [-0.6886% -0.5861% -0.4966%] (p = 0.00 < 0.05) | |
Change within noise threshold. | |
Found 5 outliers among 100 measurements (5.00%) | |
2 (2.00%) low mild | |
3 (3.00%) high mild | |
Benchmarking rc refcell borrow | |
Benchmarking rc refcell borrow: Warming up for 3.0000 s | |
Benchmarking rc refcell borrow: Collecting 100 samples in estimated 5.0000 s (77M iterations) | |
Benchmarking rc refcell borrow: Analyzing | |
rc refcell borrow time: [25.203 ns 25.227 ns 25.254 ns] | |
change: [-0.4207% -0.2386% -0.0688%] (p = 0.01 < 0.05) | |
Change within noise threshold. | |
Found 3 outliers among 100 measurements (3.00%) | |
2 (2.00%) high mild | |
1 (1.00%) high severe | |
Benchmarking rc refcell borrow_mut | |
Benchmarking rc refcell borrow_mut: Warming up for 3.0000 s | |
Benchmarking rc refcell borrow_mut: Collecting 100 samples in estimated 5.0000 s (78M iterations) | |
Benchmarking rc refcell borrow_mut: Analyzing | |
rc refcell borrow_mut time: [24.885 ns 24.924 ns 24.963 ns] | |
change: [-1.8798% -1.6867% -1.4773%] (p = 0.00 < 0.05) | |
Performance has improved. | |
Found 6 outliers among 100 measurements (6.00%) | |
1 (1.00%) low mild | |
3 (3.00%) high mild | |
2 (2.00%) high severe | |
Gnuplot not found, disabling plotting | |
Process finished with exit code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment