pub fn get_benchmark_versions() -> Vec<String>
Expand description
Get Foundry versions to benchmark from environment variable or default
Reads from FOUNDRY_BENCH_VERSIONS environment variable if set, otherwise returns the default versions from FOUNDRY_VERSIONS constant.
The environment variable should be a comma-separated list of versions, e.g., “stable,nightly,v1.2.0”