Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active May 27, 2017 21:32
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 deque-blog/b2ebecbdd8a2e034693ad313f35dd2a9 to your computer and use it in GitHub Desktop.
Save deque-blog/b2ebecbdd8a2e034693ad313f35dd2a9 to your computer and use it in GitHub Desktop.
benchmarking Fibo/Iterate1000
time 4.467 μs (4.430 μs .. 4.512 μs)
0.999 R² (0.999 R² .. 1.000 R²)
mean 4.488 μs (4.447 μs .. 4.540 μs)
std dev 153.8 ns (124.8 ns .. 199.5 ns)
variance introduced by outliers: 44% (moderately inflated)
benchmarking Fibo/Recur1000
time 30.31 μs (29.65 μs .. 30.99 μs)
0.998 R² (0.997 R² .. 1.000 R²)
mean 29.81 μs (29.63 μs .. 30.11 μs)
std dev 827.4 ns (465.3 ns .. 1.217 μs)
variance introduced by outliers: 29% (moderately inflated)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment