aboutsummaryrefslogtreecommitdiff
path: root/zkvms_guest_io/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* feat(zkvms_guest_io): Add hardware information to metrics outputKamen Mladenov2025-05-021-0/+3
|
* feat(zkvms_guest_io): Run all operations and output json formatKamen Mladenov2025-05-021-0/+1
| | | | | | | | | Following the new output format, we'll run the guest program for each zkVM, for each operation (execute, prove, verify with --benchmark flag). Then we'll combine the resultant JSON outputs into one big JSON object. For now we're only printing the result object. Later we'll add the ability to write it into any file.
* feat: Replace guest script with a fully-fledged Rust programKamen Mladenov2025-03-101-0/+7