Expand description
Module for benchmarking.
This module performs a Q sort on a list of numbers, in order to measure the speed of the inference engine, and to compare it with other implementations.
Run the following command from the CLI:
> cargo bench
Functionsยง
- benchmark
- Reads in a qsort algorithm and data from a file, then runs the algorithm.