Skip to content

Instantly share code, notes, and snippets.

@minimal
Created November 25, 2014 21:07
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 minimal/e08477923aacc2d6f88d to your computer and use it in GitHub Desktop.
Save minimal/e08477923aacc2d6f88d to your computer and use it in GitHub Desktop.
transducers-exp.core> (cr/bench (sequence xform data))
WARNING: Final GC required 3.920999473301486 % of runtime
Evaluation count : 119337840 in 60 samples of 1988964 calls.
Execution time mean : 548.637437 ns
Execution time std-deviation : 85.741031 ns
Execution time lower quantile : 474.085845 ns ( 2.5%)
Execution time upper quantile : 732.818167 ns (97.5%)
Overhead used : 2.067067 ns
Found 5 outliers in 60 samples (8.3333 %)
low-severe 3 (5.0000 %)
low-mild 2 (3.3333 %)
Variance from outliers : 85.8658 % Variance is severely inflated by outliers
nil
transducers-exp.core> (thread-form data)
(36 200 10)
transducers-exp.core> (cr/bench (thread-form data))
Evaluation count : 2347980 in 60 samples of 39133 calls.
Execution time mean : 28.308595 µs
Execution time std-deviation : 2.427739 µs
Execution time lower quantile : 24.885240 µs ( 2.5%)
Execution time upper quantile : 32.202375 µs (97.5%)
Overhead used : 2.067067 ns
Found 1 outliers in 60 samples (1.6667 %)
low-severe 1 (1.6667 %)
Variance from outliers : 61.9131 % Variance is severely inflated by outliers
nil
transducers-exp.core>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment