jadnohra/zig-crypto-bench
GitHub で見るCreate curl | sh script for hermetic benchmark execution and result submission
Open
#8 opened on 2025年9月14日
enhancementgood first issue
Repository metrics
- Stars
- (3 stars)
- PR merge metrics
- (PR metrics pending)
説明
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.