Install dependencies:
$ stack install --bench --only-dependencies :bench-speed \
&& stack install --bench --only-dependencies :bench-memory
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
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