introspector/zkperf
收藏Hugging Face2026-03-22 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/introspector/zkperf
下载链接
链接失效反馈官方服务:
资源简介:
---
license: agpl-3.0
task_categories:
- other
tags:
- performance
- perf
- zero-knowledge
- nix
- erdfa
- witness
- reproducible
size_categories:
- 1K<n<10K
---
<!-- erdfa:SheafSection typeof="erdfa:Dataset" about="#zkperf-dataset" -->
<!-- erdfa:chain_hash = "bb5f619f57cd141bf343f20a41e50f7e08cf1508899d05562f23ca7542c89d96" -->
<!-- erdfa:source_commit = "f2aa524" -->
<!-- erdfa:source_repo = "https://github.com/meta-introspector/zkperf" -->
<!-- erdfa:binary_nar_hash = "b7d6e7eea5e5e158a2c45a4e6720dc515733b06e812a2dbb085e06983a514e1a" -->
<!-- erdfa:record_nar_hash = "9d240e27eb4638dd133abdc109973b1fe3be36b07ae39006b7cf1c961d1a7ede" -->
<!-- erdfa:analyze_nar_hash = "589207583f9abf189450314e3df79db6f3b5a202fc3a2a5a01471938c00620ae" -->
# zkPerf: Proven Performance Witness Dataset
Reproducible perf recordings built inside nix derivations. Every number is real, captured by hardware PMU counters. Nothing is fake.
## Proven Counters
| Counter | Value | Source |
|---|---|---|
| cycles | 1,586,731 | `perf stat` in nix sandbox |
| instructions | 1,838,067 | `perf stat` in nix sandbox |
| cache-misses | 5,790 | `perf stat` in nix sandbox |
| branch-misses | 9,589 | `perf stat` in nix sandbox |
CPU: 12th Gen Intel Core i9-12900KF, kernel 6.8.0-94-generic, perf 6.19.8
## Chain
```
binary (zkperf-0.1.0)
→ record (perf record -g --call-graph dwarf,65528 -c 100 -e cycles:u,instructions:u,cache-misses:u,branch-misses:u)
→ analyze (per-event top functions + full report)
→ export (NAR archives + eRDFa witness)
→ COMMITMENT: bb5f619f57cd141bf343f20a41e50f7e08cf1508899d05562f23ca7542c89d96
```
## Structure
```
data/
witness/ # perf stat with proven counter values
record/ # perf.data + perf-report + perf-annotate + perf-script
analyze/ # per-event top functions, analysis.json, full-report
export/ # NAR archives, eRDFa witness HTML/JSON, chain commitment
shards/ # 6,374 eRDFa CBOR shards (CFT decomposition of all text data)
```
## Reproduction
```bash
git clone https://github.com/meta-introspector/zkperf
cd zkperf
nix build .#zkperf-export
cat result/COMMITMENT
```
## Source
- Repo: https://github.com/meta-introspector/zkperf
- Commit: `f2aa524`
- Build: `nix build .#zkperf-export`
提供机构:
introspector



