index
:
blocksense/zkVMs-benchmarks
codex/update-readme-to-include-supported-zk-vms-and-toolchains
dvt-circuits-port
evaluate_polynomial
main
noir-benchmarks
web-site-spec
Setups and programs for zero-knowledge virtual machine benchmarking
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fix(zkvms_host_io): Rename short metrics output flag to 'o'
Kamen Mladenov
2025-02-11
1
-1
/
+1
|
*
feat(zkvms): Change package versions from infdev to the corresponding zkVM ↵
Kamen Mladenov
2025-02-11
6
-6
/
+6
|
|
|
|
versions
*
feat(zkvms_host_io): Output guest name when benchmarking
Kamen Mladenov
2025-02-11
2
-3
/
+3
|
*
feat: Create LICENSE
Kamen Mladenov
2025-02-11
1
-0
/
+21
|
*
feat(zkm): Remove copy of sdk
Kamen Mladenov
2025-02-10
19
-2210
/
+0
|
*
feat(zkm/default.nix): Use repository instad of local copy of sdk for ↵
Kamen Mladenov
2025-02-10
1
-5
/
+13
|
|
|
|
libsnark Go module
*
feat(zkm/host): Use cargo patching instead of local copy of sdk
Kamen Mladenov
2025-02-10
3
-163
/
+231
|
*
feat(zkvms_host_io): Remove version flag
Kamen Mladenov
2025-02-10
1
-1
/
+1
|
*
fix: Delete unused old input file
Kamen Mladenov
2025-02-10
7
-11
/
+0
|
*
docs(zkvms_host_io): Improve help message
Kamen Mladenov
2025-02-10
1
-3
/
+8
|
*
fix(zkvms/risc0): Revert changes to benchmark only the relevant function calls
Kamen Mladenov
2025-02-10
1
-24
/
+20
|
*
fix(zkvms/risc0): Move prove output from journal message to benchmarkable scope
Kamen Mladenov
2025-02-10
1
-2
/
+1
|
*
docs(zkvms_host_io): Add detailed documentation comments
Kamen Mladenov
2025-02-10
2
-1
/
+85
|
*
docs(zkvms/zkwasm): Add detailed documentation comments
Kamen Mladenov
2025-02-10
3
-1
/
+65
|
*
docs(zkvms/zkm): Add detailed documentation comments
Kamen Mladenov
2025-02-10
4
-0
/
+33
|
*
fix(zkvms/sp1): When benchmarking verification, only benchmark the function call
Kamen Mladenov
2025-02-10
1
-3
/
+5
|
*
fix(zkvms/sp1): Remove unused guests_macro symlink
Kamen Mladenov
2025-02-10
1
-1
/
+0
|
*
docs(zkvms/sp1): Add detailed documentation comments
Kamen Mladenov
2025-02-10
2
-0
/
+30
|
*
docs(zkvms/nexus/wrapper_macro): Minor detail added
Kamen Mladenov
2025-02-10
1
-1
/
+1
|
*
fix(zkvms/risc0): Benchmark only the specific function instead of everything ↵
Kamen Mladenov
2025-02-10
1
-15
/
+23
|
|
|
|
during the process
*
docs(zkvms/risc0): Add detailed documentation comments
Kamen Mladenov
2025-02-10
3
-1
/
+33
|
*
fix(zkvms/nexus): When benchmarking verification, benchmark only the ↵
Kamen Mladenov
2025-02-10
1
-3
/
+5
|
|
|
|
verification function
*
docs(zkvms/nexus): Add detailed documentation comments
Kamen Mladenov
2025-02-10
3
-0
/
+32
|
*
docs(zkvms/jolt): Add detailed documentation comments
Kamen Mladenov
2025-02-10
3
-1
/
+41
|
*
docs(guests_macro): Add detailed documentation comments
Kamen Mladenov
2025-02-10
3
-16
/
+87
|
*
feat(zkvms_host_io): Allow appending to metric_output file
Kamen Mladenov
2025-02-10
2
-2
/
+12
|
*
feat(zkvms_host_io): Metrics output now contains the name of the zkvm
Kamen Mladenov
2025-02-10
2
-1
/
+3
|
*
feat(zkvms_host_io): More standard CSV metrics output format and ↵
Kamen Mladenov
2025-02-10
2
-21
/
+23
|
|
|
|
milliseconds flag
*
chore(nexus): Update nix cargo dependencies
Kamen Mladenov
2025-02-10
4
-35
/
+86
|
*
chore(flake): Switch mcl-blockchain repo to main branch
Kamen Mladenov
2025-02-10
2
-11
/
+10
|
*
feat(zkvms/jolt): Add benchmarking capability
Kamen Mladenov
2025-02-07
1
-5
/
+5
|
*
fix(zkvms/jolt): Add proper panic on attempted execution
Kamen Mladenov
2025-02-07
1
-0
/
+3
|
*
feat(zkvms/nexus): Add benchmarking capability
Kamen Mladenov
2025-02-07
1
-6
/
+9
|
*
feat(zkvms/risc0): Add benchmarking capability
Kamen Mladenov
2025-02-07
1
-5
/
+7
|
*
feat(zkvms/sp1): Add benchmarking capability
Kamen Mladenov
2025-02-07
1
-6
/
+6
|
*
feat(zkvms/zkm): Add benchmarking capability
Kamen Mladenov
2025-02-07
1
-3
/
+7
|
*
feat(zkvms/zkwasm): Add benchmarking capability
Kamen Mladenov
2025-02-07
1
-13
/
+15
|
*
feat(zkvms_host_io): Create "benchmarkable" macro and add benchmarking flags
Kamen Mladenov
2025-02-07
2
-1
/
+73
|
*
fix(gitignore): Ignore zkvms_host_io Cargo.lock
Kamen Mladenov
2025-02-07
1
-0
/
+1
|
|
|
|
|
This file shouldn't exist, it is handled by the hosts Cargo.lock, but it may appear when manually compiling zkvms_host_io during development
*
feat(zkvms): Use std (or alloc) collections in all guests
Kamen Mladenov
2025-02-07
5
-7
/
+5
|
*
feat(zkvms/zkwasm): Support all std containers as input types
Kamen Mladenov
2025-02-06
2
-8
/
+15
|
*
feat(zkvms/zkwasm): Proper handling of input strings and hashmaps
Kamen Mladenov
2025-02-06
5
-48
/
+52
|
*
feat(zkvms/zkwasm): Use path input type and move container size information ↵
Kamen Mladenov
2025-02-06
3
-99
/
+129
|
|
|
|
to host
*
feat(zkvms/zkwasm): Support reading hashmaps
Kamen Mladenov
2025-02-05
1
-0
/
+24
|
*
fix(guests_macro): When writing to type.txt, do not include newlines when ↵
Kamen Mladenov
2025-02-05
1
-2
/
+2
|
|
|
|
the line is too long
*
feat(zkvms/zkwasm): Properly read string and char values
Kamen Mladenov
2025-02-05
1
-2
/
+25
|
*
feat(guests_macro/parse_fn): Fix args split with composite angled bracket types
Kamen Mladenov
2025-02-05
1
-7
/
+15
|
|
|
|
|
Types like HashMap<Key, Value>, i.e. with commas inside the angled brackets
*
feat(guest/zkwasm): Add support for unflattening tuple types
Kamen Mladenov
2025-02-05
1
-9
/
+20
|
*
feat(guests/graph_coloring): Make coloring pairs type more succinct
Kamen Mladenov
2025-02-05
1
-1
/
+1
|
*
feat(zkvms/zkwasm): Rework read macro into a procedural macro and improve ↵
Kamen Mladenov
2025-02-05
2
-43
/
+120
|
|
|
|
type composition
[next]