jadnohra/zig-crypto-bench
View on GitHubCreate curl | sh script for hermetic benchmark execution and result submission
Open
#8 opened on Sep 14, 2025
enhancementgood first issue
Repository metrics
- Stars
- (3 stars)
- PR merge metrics
- (PR metrics pending)
Description
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.