Coming from rust and the jvm and to a lesser degree golang, I’m used to there being a paved path for how one goes about writing benchmark tests. I couldn’t help but notice there are several benchmark testing libraries floating around the zig universe
Is there one that people tend to prefer and is there a standard way to separate benchmark tests from default tests that run?