Skip to content

Instantly share code, notes, and snippets.

@jscheid
Created October 30, 2021 11:09
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 jscheid/6f6462ea50c948e9d405394b44da1f03 to your computer and use it in GitHub Desktop.
Save jscheid/6f6462ea50c948e9d405394b44da1f03 to your computer and use it in GitHub Desktop.
into -> try_into
query_all time: [37.094 us 37.383 us 37.723 us]
change: [+3.5800% +5.1397% +6.9096%] (p = 0.00 < 0.05)
Performance has regressed.
try_into -> into
query_all time: [36.867 us 37.347 us 37.870 us]
change: [-3.3305% -1.6812% -0.0427%] (p = 0.05 > 0.05)
No change in performance detected.
into -> try_into
query_all time: [37.351 us 37.743 us 38.196 us]
change: [-0.7451% +1.0058% +2.9691%] (p = 0.30 > 0.05)
No change in performance detected.
try_into -> into
query_all time: [36.894 us 37.296 us 37.759 us]
change: [-3.1928% -1.5537% -0.1173%] (p = 0.05 < 0.05)
Change within noise threshold.
into -> try_into
query_all time: [37.129 us 37.647 us 38.221 us]
change: [-0.3375% +0.8661% +2.1683%] (p = 0.19 > 0.05)
No change in performance detected.
(no change)
query_all time: [37.135 us 37.519 us 37.968 us]
change: [-0.9688% +0.9090% +2.9434%] (p = 0.38 > 0.05)
No change in performance detected.
(no change)
query_all time: [37.163 us 37.482 us 37.855 us]
change: [-2.5007% -0.4430% +1.5549%] (p = 0.69 > 0.05)
No change in performance detected.
try_into -> into
query_all time: [36.677 us 36.861 us 37.064 us]
change: [-3.3920% -2.0047% -0.6611%] (p = 0.00 < 0.05)
Change within noise threshold.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment