Skip to content

Instantly share code, notes, and snippets.

@cichli
Created December 21, 2015 15:58
Show Gist options
  • Save cichli/2b99d646f72f0ddbb5e8 to your computer and use it in GitHub Desktop.
Save cichli/2b99d646f72f0ddbb5e8 to your computer and use it in GitHub Desktop.
~/clojure/fipp $ lein run -m fipp.benchmark
Benchmarking #object[clojure.core$prn 0x4c531172 clojure.core$prn@4c531172]
WARNING: Final GC required 1.185285595103793 % of runtime
Evaluation count : 3000 in 60 samples of 50 calls.
Execution time mean : 21.017381 ms
Execution time std-deviation : 1.663482 ms
Execution time lower quantile : 20.098501 ms ( 2.5%)
Execution time upper quantile : 26.829274 ms (97.5%)
Overhead used : 1.919992 ns
Found 4 outliers in 60 samples (6.6667 %)
low-severe 1 (1.6667 %)
low-mild 3 (5.0000 %)
Variance from outliers : 58.5034 % Variance is severely inflated by outliers
"Elapsed time: 98456.331812 msecs"
Benchmarking #object[fipp.edn$pprint 0x7b222230 fipp.edn$pprint@7b222230]
Evaluation count : 180 in 60 samples of 3 calls.
Execution time mean : 397.387862 ms
Execution time std-deviation : 40.799433 ms
Execution time lower quantile : 371.345578 ms ( 2.5%)
Execution time upper quantile : 511.088252 ms (97.5%)
Overhead used : 1.919992 ns
Found 6 outliers in 60 samples (10.0000 %)
low-severe 1 (1.6667 %)
low-mild 5 (8.3333 %)
Variance from outliers : 70.3978 % Variance is severely inflated by outliers
"Elapsed time: 98954.15505 msecs"
Benchmarking #object[fipp.clojure$pprint 0x50fdf44f fipp.clojure$pprint@50fdf44f]
Evaluation count : 180 in 60 samples of 3 calls.
Execution time mean : 389.821132 ms
Execution time std-deviation : 24.894971 ms
Execution time lower quantile : 375.419503 ms ( 2.5%)
Execution time upper quantile : 471.900262 ms (97.5%)
Overhead used : 1.919992 ns
Found 6 outliers in 60 samples (10.0000 %)
low-severe 6 (10.0000 %)
Variance from outliers : 48.4037 % Variance is moderately inflated by outliers
"Elapsed time: 98655.747099 msecs"
Benchmarking #object[clojure.pprint$pprint 0x7df6d663 clojure.pprint$pprint@7df6d663]
Evaluation count : 60 in 60 samples of 1 calls.
Execution time mean : 1.838740 sec
Execution time std-deviation : 128.360784 ms
Execution time lower quantile : 1.770084 sec ( 2.5%)
Execution time upper quantile : 2.294710 sec (97.5%)
Overhead used : 1.919992 ns
Found 4 outliers in 60 samples (6.6667 %)
low-severe 1 (1.6667 %)
low-mild 3 (5.0000 %)
Variance from outliers : 51.8133 % Variance is severely inflated by outliers
"Elapsed time: 145939.481072 msecs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment