Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

bench

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Benchmark

Dependencies

Install dependencies:

$ stack install --bench --only-dependencies :bench-speed \
  && stack install --bench --only-dependencies :bench-memory

Speed

We use Criterion to bench the speed of the main functions provided by inflections. The following command will generate the benchmark results.

$ stack bench :bench-speed

Memory

We use Weigh to bench the memory comsumption of the main functions provided by inflections. The following command will generate the benchmark results.

$ stack bench :bench-memory