Skip to content

Instantly share code, notes, and snippets.

@eholk
Created April 9, 2022 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eholk/f1ec4dd1a6376b1a046be6b058d93835 to your computer and use it in GitHub Desktop.
Save eholk/f1ec4dd1a6376b1a046be6b058d93835 to your computer and use it in GitHub Desktop.
poll overhead # futures/unicycle/10
time: [20.841 us 20.973 us 21.115 us]
change: [-3.1684% -1.1057% +0.5065%] (p = 0.27 > 0.05)
No change in performance detected.
Found 6 outliers among 100 measurements (6.00%)
4 (4.00%) high mild
2 (2.00%) high severe
poll overhead # futures/unicycle/100
time: [31.908 us 32.081 us 32.257 us]
change: [-2.5544% -1.5640% -0.5130%] (p = 0.00 < 0.05)
Change within noise threshold.
Found 8 outliers among 100 measurements (8.00%)
6 (6.00%) high mild
2 (2.00%) high severe
poll overhead # futures/unicycle/1000
time: [146.03 us 146.40 us 146.78 us]
change: [-8.4066% -7.2890% -6.2429%] (p = 0.00 < 0.05)
Performance has improved.
Found 4 outliers among 100 measurements (4.00%)
1 (1.00%) high mild
3 (3.00%) high severe
poll overhead # futures/unicycle/2500
time: [318.20 us 318.98 us 319.76 us]
change: [-5.5385% -4.8946% -4.3312%] (p = 0.00 < 0.05)
Performance has improved.
Found 2 outliers among 100 measurements (2.00%)
1 (1.00%) low mild
1 (1.00%) high mild
poll overhead # futures/unicycle/5000
time: [637.92 us 639.12 us 640.49 us]
change: [-4.1097% -3.6642% -3.2138%] (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
Benchmarking poll overhead # futures/unicycle/7500: Warming up for 3.0000 s
Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 5.1s, enable flat sampling, or reduce sample count to 60.
poll overhead # futures/unicycle/7500
time: [1.0020 ms 1.0039 ms 1.0059 ms]
change: [-8.0119% -7.7545% -7.5105%] (p = 0.00 < 0.05)
Performance has improved.
Found 6 outliers among 100 measurements (6.00%)
4 (4.00%) high mild
2 (2.00%) high severe
Benchmarking poll overhead # futures/unicycle/10000: Warming up for 3.0000 s
Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 6.4s, enable flat sampling, or reduce sample count to 60.
poll overhead # futures/unicycle/10000
time: [1.2673 ms 1.2704 ms 1.2738 ms]
change: [-3.2786% -2.8521% -2.4305%] (p = 0.00 < 0.05)
Performance has improved.
Found 1 outliers among 100 measurements (1.00%)
1 (1.00%) high mild
Benchmarking poll overhead # threads/unicycle/1: Warming up for 3.0000 s
Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 6.4s, enable flat sampling, or reduce sample count to 60.
poll overhead # threads/unicycle/1
time: [1.2674 ms 1.2711 ms 1.2748 ms]
change: [-3.7160% -3.3783% -3.0363%] (p = 0.00 < 0.05)
Performance has improved.
Benchmarking poll overhead # threads/unicycle/10: Warming up for 3.0000 s
Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 7.6s, enable flat sampling, or reduce sample count to 50.
poll overhead # threads/unicycle/10
time: [1.4904 ms 1.5002 ms 1.5102 ms]
change: [-12.867% -11.836% -10.696%] (p = 0.00 < 0.05)
Performance has improved.
Found 2 outliers among 100 measurements (2.00%)
2 (2.00%) high mild
Benchmarking poll overhead # threads/unicycle/20: Warming up for 3.0000 s
Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 9.6s, enable flat sampling, or reduce sample count to 50.
poll overhead # threads/unicycle/20
time: [1.8917 ms 1.8980 ms 1.9043 ms]
change: [-3.7352% -3.2038% -2.5710%] (p = 0.00 < 0.05)
Performance has improved.
Found 5 outliers among 100 measurements (5.00%)
1 (1.00%) low mild
2 (2.00%) high mild
2 (2.00%) high severe
poll overhead # threads/unicycle/50
time: [2.2260 ms 2.2390 ms 2.2525 ms]
change: [+5.2738% +6.0687% +6.9369%] (p = 0.00 < 0.05)
Performance has regressed.
Found 1 outliers among 100 measurements (1.00%)
1 (1.00%) high mild
poll overhead # threads/unicycle/100
time: [4.0321 ms 4.0707 ms 4.1091 ms]
change: [+5.3010% +6.6662% +8.1204%] (p = 0.00 < 0.05)
Performance has regressed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment