Skip to content

sideshowcoder/clojure-caliper-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojure-caliper-example

Using Caliper (0.5-rc1 from clojure for microbenchmarking.

The important files to look at are core.clj defining a benchmark by extending SimpleBenchmark and runner.clj using the calipers Runner class to run the benchmark defined.

project.clj furthermore defines the usage of AOT, to make gen-class work as expected.

Usage

lein run

Resources

License

Copyright © 2017 Philipp Fehre

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Using Googles Caliper Microbenchmarking Library from Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published