Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
0
745
60187562d0aad3c6b1cddd338a1c1057deed3dcc4332ad1373ad05fe2bb2ad67 /nix/store/j9g1c2gkpydxlq7hmgzcjk8alzpqlpri-zkperf-analyze/analysis.json
052baab6f96c6a8b392c75ee2cefa4ca66930be31dd7a56ec53ab317cb50c121 /nix/store/j9g1c2gkpydxlq7hmgzcjk8alzpqlpri-zkperf-analyze/top-branch-misses.txt
c0ae304a2f827ee50c054420a7839879c4545015dfd1d337bb899ec94ded5b63 /nix/store/j9g1c2gkpydxlq7hmgzcjk8alzpqlpri-zkperf-analyze/top-cache-misses.txt
64c0b1c24239a270ba0d5e4fffe0754b51533a8d725949fe8b30e27df34dbf65 /nix/store/j9g1c2gkpydxlq7hmgzcjk8alzpqlpri-zkperf-analyze/top-cycles.txt
8b10508b7a80cb22297ddfe7a2497f65bfb77d788151359b45585ffbae62adb3 /nix/store/j9g1c2gkpydxlq7hmgzcjk8alzpqlpri-zkperf-analyze/top-instructions.txt
4e23597dacb5dd924d87fd8ddc55d7dfd9aa88a187578aa4a639845a82ee6bd7 /nix/store/j9g1c2gkpydxlq7hmgzcjk8alzpqlpri-zkperf-analyze/header.txt
# To display the perf.data header info, please use --header/--header-only options.
#
#
# Total Lost Samples: 0
#
# Samples: 6 of event 'cycles:u'
# Event count (approx.): 600
#
# Overhead Command Shared Object Symbol
# ........ .............. .................... ......................
#
50.00% zkperf-witness [unknown] [k] 0xffffffff8f400ba0
|
---0xffffffff8f400ba0
|
|--33.33%--_start
|
--16.67%--_dl_start
_start
33.33% zkperf-witness ld-linux-x86-64.so.2 [.] _dl_start
|
---_dl_start
_start
16.67% zkperf-witness ld-linux-x86-64.so.2 [.] _start
|
---_start
# Samples: 6 of event 'instructions:u'
# Event count (approx.): 600
#
# Overhead Command Shared Object Symbol
# ........ .............. .................... ......................
#
83.33% zkperf-witness ld-linux-x86-64.so.2 [.] _dl_start
|
---_dl_start
_start
16.67% zkperf-witness [unknown] [k] 0xffffffff8f400ba0
|
---0xffffffff8f400ba0
_dl_start
_start
# Samples: 6 of event 'cache-misses:u'
# Event count (approx.): 600
#
# Overhead Command Shared Object Symbol
# ........ .............. .................... ................................
#
16.67% zkperf-witness ld-linux-x86-64.so.2 [.] __tls_pre_init_tp
|
---__tls_pre_init_tp
dl_main
_dl_sysdep_start
_dl_start
_start
16.67% zkperf-witness ld-linux-x86-64.so.2 [.] _dl_check_map_versions
|
---_dl_check_map_versions
_dl_check_all_versions
version_check_doit
_dl_receive_error
dl_main
_dl_sysdep_start
_dl_start
_start
16.67% zkperf-witness ld-linux-x86-64.so.2 [.] _dl_lookup_symbol_x
|
---_dl_lookup_symbol_x
_dl_relocate_object_no_relro
_dl_relocate_object
dl_main
_dl_sysdep_start
_dl_start
_start
16.67% zkperf-witness ld-linux-x86-64.so.2 [.] _dl_relocate_object_no_relro
|
---_dl_relocate_object_no_relro
_dl_relocate_object
dl_main
_dl_sysdep_start
_dl_start
_start
End of preview. Expand in Data Studio

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

git clone https://github.com/meta-introspector/zkperf
cd zkperf
nix build .#zkperf-export
cat result/COMMITMENT

Source

Downloads last month
8