jadnohra/zig-crypto-bench
Vedi su GitHubCreate curl | sh script for hermetic benchmark execution and result submission
Open
#8 aperta il 14 set 2025
enhancementgood first issue
Metriche repository
- Star
- (3 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Make it trivial for people to contribute benchmark results from their hardware without installing anything permanently.
Create a script that:
- Downloads and extracts Zig and Rust toolchains to temp directory
- Clones the benchmark suite
- Runs benchmarks with --save-results
- Uploads results to a collection endpoint
- Cleans up everything afterwards
Example usage:
curl -sSL https://raw.githubusercontent.com/jadnohra/zig-crypto-bench/main/run.sh | sh
This would maximize hardware coverage by making contribution zero-friction.