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
path:
root
/
zkvms_host_io
Commit message (
Collapse
)
Author
Age
Files
Lines
*
chore: Rust fmt
Kamen Mladenov
2025-02-27
2
-43
/
+71
|
*
fix(zkvms_host_io): Reduce version constraint for clap
Kamen Mladenov
2025-02-26
1
-1
/
+1
|
|
|
|
|
|
Certain zkVMs may use clap with versions lower than 4.5 (e.g. 4.5.9). Here we do not really care about the version, so this change will fix compatibility issues.
*
fix(zkvms_host_io): Rename short metrics output flag to 'o'
Kamen Mladenov
2025-02-11
1
-1
/
+1
|
*
feat(zkvms_host_io): Output guest name when benchmarking
Kamen Mladenov
2025-02-11
1
-1
/
+1
|
*
feat(zkvms_host_io): Remove version flag
Kamen Mladenov
2025-02-10
1
-1
/
+1
|
*
docs(zkvms_host_io): Improve help message
Kamen Mladenov
2025-02-10
1
-3
/
+8
|
*
docs(zkvms_host_io): Add detailed documentation comments
Kamen Mladenov
2025-02-10
2
-1
/
+85
|
*
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
1
-1
/
+1
|
*
feat(zkvms_host_io): More standard CSV metrics output format and ↵
Kamen Mladenov
2025-02-10
2
-21
/
+23
|
|
|
|
milliseconds flag
*
feat(zkvms_host_io): Create "benchmarkable" macro and add benchmarking flags
Kamen Mladenov
2025-02-07
2
-1
/
+73
|
*
feat(zkvms/zkwasm): Support all std containers as input types
Kamen Mladenov
2025-02-06
1
-1
/
+1
|
*
feat(zkvms_host_io): Implement foreach_private_input_field and ↵
Kamen Mladenov
2025-02-03
2
-7
/
+37
|
|
|
|
foreach_public_input_field macros
*
feat(guests_macro/parse_fn): Make _public functions also return private values
Kamen Mladenov
2025-02-03
1
-5
/
+5
|
*
feat(zkvms_host_io): Add public_inputs and private_inputs attributes to RunWith
Kamen Mladenov
2025-02-03
2
-5
/
+27
|
*
fix(zkvms_host_io): Remove useless template parameter to RunWith
Kamen Mladenov
2025-02-03
2
-6
/
+6
|
*
feat: Move some public input parsing logic to parse_fn
Kamen Mladenov
2025-02-03
1
-12
/
+7
|
*
feat(zkvms_host_io): Make Output type contain public inputs
Kamen Mladenov
2025-02-03
2
-1
/
+19
|
*
feat(zkvms_host_io): Add argument for private input
Kamen Mladenov
2025-02-03
1
-2
/
+10
|
*
feat: Add output type to zkvms_host_io macro
Kamen Mladenov
2025-01-31
2
-7
/
+13
|
*
feat(zkvms_host_io): Implement convinence environment variable methods
Kamen Mladenov
2025-01-31
1
-1
/
+18
|
*
feat(zkvms_host_io): Add default_env RunWith attribute
Kamen Mladenov
2025-01-31
2
-4
/
+11
|
*
feat: Pass guest entrypoint type to host
Kamen Mladenov
2025-01-30
1
-2
/
+1
|
*
feat(zkwasm): Remove workspace and use withGeneratedLockfile
Kamen Mladenov
2025-01-29
1
-260
/
+0
|
*
feat(zkvms_host_io): Implement using a guest's default input
Kamen Mladenov
2025-01-28
1
-3
/
+10
|
*
feat(zkvms_host_io/input_macros): Implement forach_input_field macro
Kamen Mladenov
2025-01-28
1
-0
/
+13
|
*
feat(zkvms_host_io): Generate input type from string and read input data ↵
Kamen Mladenov
2025-01-28
4
-5
/
+56
|
|
|
|
from TOML file
*
feat(zkvms): Export io logic to it's own crate
Kamen Mladenov
2025-01-14
3
-0
/
+303