jadnohra/zig-crypto-bench

Create curl | sh script for hermetic benchmark execution and result submission

Open

#8 建立於 2025年9月14日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Zig (1 fork)auto 404
enhancementgood first issue

倉庫指標

Star
 (3 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南