I intend to deploy a headless bevy server. I have a choice of many instance types and instance sizes (across multiple providers). I have a pretty good idea which ones should perform better, but I need to back it up with empirical evidence by running a benchmark across the different CPU types. I might even compare ARM and x86.
I can see there's a benches directory. Is it be sufficient to run cargo bench there?