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 (
Expand
)
Author
Age
Files
Lines
...
*
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
*
docs(zkvms/risc0): Add detailed documentation comments
Kamen Mladenov
2025-02-10
3
-1
/
+33
*
fix(zkvms/nexus): When benchmarking verification, benchmark only the verifica...
Kamen Mladenov
2025-02-10
1
-3
/
+5
*
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 milliseconds...
Kamen Mladenov
2025-02-10
2
-21
/
+23
*
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
*
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 t...
Kamen Mladenov
2025-02-06
3
-99
/
+129
*
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 the...
Kamen Mladenov
2025-02-05
1
-2
/
+2
*
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
*
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 typ...
Kamen Mladenov
2025-02-05
2
-43
/
+120
*
feat(zkvms/zkwasm): Proper Vec input type handling
Kamen Mladenov
2025-02-04
2
-17
/
+25
*
fix(guests/fibonacci): Update SEG_SIZE default value
Kamen Mladenov
2025-02-04
1
-1
/
+1
*
feat(zkvms/zkwasm): Implement proper handling of public and private inputs
Kamen Mladenov
2025-02-03
5
-27
/
+174
*
feat(zkvms_host_io): Implement foreach_private_input_field and foreach_public...
Kamen Mladenov
2025-02-03
2
-7
/
+37
*
feat(zkvms/zkm): Implement proper handling of public and private inputs
Kamen Mladenov
2025-02-03
4
-6
/
+108
*
feat(guests_macro/parse_fn): Make _public functions also return private values
Kamen Mladenov
2025-02-03
4
-16
/
+32
*
feat(zkvms_host_io): Add public_inputs and private_inputs attributes to RunWith
Kamen Mladenov
2025-02-03
3
-5
/
+36
*
fix(zkvms_host_io): Remove useless template parameter to RunWith
Kamen Mladenov
2025-02-03
2
-6
/
+6
*
feat(zkvms/risc0/wrapper_macro): Simplify public input committing
Kamen Mladenov
2025-02-03
1
-6
/
+5
*
feat(zkvms/nexus): Make guest commit public input
Kamen Mladenov
2025-02-03
5
-55
/
+103
*
feat: Move some public input parsing logic to parse_fn
Kamen Mladenov
2025-02-03
3
-18
/
+25
*
feat(zkvms/risc0): Make guest commit public input
Kamen Mladenov
2025-02-03
5
-51
/
+94
*
feat(zkvms_host_io): Make Output type contain public inputs
Kamen Mladenov
2025-02-03
2
-1
/
+19
*
feat(zkvms/sp1): Make guest commit public inputs
Kamen Mladenov
2025-02-03
5
-58
/
+67
*
feat(zkvms_host_io): Add argument for private input
Kamen Mladenov
2025-02-03
5
-17
/
+24
*
fix(zkvms/nexus): Use the zkvms_host_io Output type, instead of the local one
Kamen Mladenov
2025-01-31
1
-3
/
+1
[prev]
[next]