Open
Description
Proposal:
create a separate setup function for benchmarks which will have db init and db.populate records before running any other benchmarks.
I found a good example https://github.com/rukai/shotover-proxy/blob/6b21ba52b332f5117258673d489b13d396051c07/shotover-proxy/benches/redis_benches.rs but it needs a patched version of criterion.rs from the same author.
Thoughts?