| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(zkvms_guest_io): Add hardware information to metrics output | Kamen Mladenov | 2025-05-02 | 1 | -0/+252 |
| | | |||||
| * | feat(zkvms_guest_io): Run all operations and output json format | Kamen Mladenov | 2025-05-02 | 1 | -0/+7 |
| | | | | | | | | | | 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 program | Kamen Mladenov | 2025-03-10 | 1 | -0/+244 |
