Skip to content

Instantly share code, notes, and snippets.

@cichli
Created December 21, 2015 15:58
Show Gist options
  • Save cichli/01e5049ef3dd764555f2 to your computer and use it in GitHub Desktop.
Save cichli/01e5049ef3dd764555f2 to your computer and use it in GitHub Desktop.
~/clojure/fipp $ lein run -m fipp.benchmark
Benchmarking #object[clojure.core$prn 0x647b9364 clojure.core$prn@647b9364]
WARNING: Final GC required 1.028263063711387 % of runtime
Evaluation count : 2880 in 60 samples of 48 calls.
Execution time mean : 21.070573 ms
Execution time std-deviation : 1.132967 ms
Execution time lower quantile : 20.266897 ms ( 2.5%)
Execution time upper quantile : 25.025460 ms (97.5%)
Overhead used : 1.591034 ns
Found 4 outliers in 60 samples (6.6667 %)
low-severe 1 (1.6667 %)
low-mild 3 (5.0000 %)
Variance from outliers : 40.1029 % Variance is moderately inflated by outliers
"Elapsed time: 95717.387368 msecs"
Benchmarking #object[fipp.edn$pprint 0x4b97b3d2 fipp.edn$pprint@4b97b3d2]
Evaluation count : 180 in 60 samples of 3 calls.
Execution time mean : 410.439164 ms
Execution time std-deviation : 59.034792 ms
Execution time lower quantile : 364.440985 ms ( 2.5%)
Execution time upper quantile : 549.589747 ms (97.5%)
Overhead used : 1.591034 ns
Found 2 outliers in 60 samples (3.3333 %)
low-severe 1 (1.6667 %)
low-mild 1 (1.6667 %)
Variance from outliers : 82.4592 % Variance is severely inflated by outliers
"Elapsed time: 112353.940287 msecs"
Benchmarking #object[fipp.clojure$pprint 0x629e8212 fipp.clojure$pprint@629e8212]
Evaluation count : 180 in 60 samples of 3 calls.
Execution time mean : 381.144039 ms
Execution time std-deviation : 31.696615 ms
Execution time lower quantile : 362.440504 ms ( 2.5%)
Execution time upper quantile : 464.780946 ms (97.5%)
Overhead used : 1.591034 ns
Found 10 outliers in 60 samples (16.6667 %)
low-severe 2 (3.3333 %)
low-mild 8 (13.3333 %)
Variance from outliers : 61.8230 % Variance is severely inflated by outliers
"Elapsed time: 93987.518597 msecs"
Benchmarking #object[clojure.pprint$pprint 0x16ee9aa7 clojure.pprint$pprint@16ee9aa7]
Evaluation count : 60 in 60 samples of 1 calls.
Execution time mean : 1.872196 sec
Execution time std-deviation : 156.491636 ms
Execution time lower quantile : 1.728350 sec ( 2.5%)
Execution time upper quantile : 2.283414 sec (97.5%)
Overhead used : 1.591034 ns
Found 3 outliers in 60 samples (5.0000 %)
low-severe 3 (5.0000 %)
Variance from outliers : 61.8383 % Variance is severely inflated by outliers
"Elapsed time: 143832.077882 msecs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment