Created
November 25, 2014 21:15
-
-
Save minimal/91871ce94bdb98fb1d6e 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
transducers-exp.core> (cr/with-progress-reporting (cr/bench (sequence xform-small data))) | |
Warming up for JIT optimisations 10000000000 ... | |
compilation occured before 934629 iterations | |
Estimating execution count ... | |
Sampling ... | |
Final GC... | |
Checking GC... | |
Finding outliers ... | |
Bootstrapping ... | |
Checking outlier significance | |
Evaluation count : 326784780 in 60 samples of 5446413 calls. | |
Execution time mean : 199.613130 ns | |
Execution time std-deviation : 14.498432 ns | |
Execution time lower quantile : 173.874236 ns ( 2.5%) | |
Execution time upper quantile : 227.511198 ns (97.5%) | |
Overhead used : 2.067067 ns | |
nil | |
transducers-exp.core> (cr/with-progress-reporting (cr/bench (thread-small data))) | |
Warming up for JIT optimisations 10000000000 ... | |
compilation occured before 58278 iterations | |
Estimating execution count ... | |
Sampling ... | |
Final GC... | |
Checking GC... | |
Finding outliers ... | |
Bootstrapping ... | |
Checking outlier significance | |
Evaluation count : 17841060 in 60 samples of 297351 calls. | |
Execution time mean : 3.757957 µs | |
Execution time std-deviation : 403.563159 ns | |
Execution time lower quantile : 3.258773 µs ( 2.5%) | |
Execution time upper quantile : 4.631785 µs (97.5%) | |
Overhead used : 2.067067 ns | |
nil | |
transducers-exp.core> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment