Rust Benchmark
using the criterion crate This is a very very basic demo I made to learn how to benchmark my own function. I made a new project, added a lib.rs and then made a function inside lib.rs called “cycler” This is a tiny function so won’t really make full use of the benchmarks but I wanted […]