pub static FOUNDRY_VERSIONS: &[&str]
Expand description
Foundry versions to benchmark
To add more versions for comparison, install them first:
foundryup --install stable
foundryup --install nightly
foundryup --install v0.2.0 # Example specific version
Then add the version strings to this array. Supported formats:
- “stable” - Latest stable release
- “nightly” - Latest nightly build
- “v0.2.0” - Specific version tag
- “commit-hash” - Specific commit hash
- “nightly-rev” - Nightly build with specific revision