Hello everyone!
This might be a simple question but I couldn't find any help online.
I want to benchmark some functions. The crate I want to use is criterion.
The benchmark is in myProject/bench/benchmark.rs the functions I want to benchmark are in myProject/src/utils/function.rs .
How do I import the functions into the benchmark?
I would be really happy if someone could answer my question!