Skip to content

meh/elixir-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby inspired Benchmark module

Dump module to benchmark things.

Example

require Benchmark

Benchmark.times 10000, do: 2 * 4 # => [ min: 1 microseconds,
                                 #      max: 669 microseconds,
                                 #      median: 2 microseconds,
                                 #      average: 3.5644 microseconds ]

About

Elixir benchmark utilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages