Results 66 comments of duc-nx

I had a hard time moving from `sdk` to `nova-benches`, mainly because of the type `PP` is defined in `sdk`. I would need to duplicate the `PP` type and trait...

moved to `nova-benches/` in [b7d1403](https://github.com/nexus-xyz/nexus-zkvm/pull/267/commits/b7d140338d31ac71f30cc0ab780ac736412e7159)

Hmm, I didn't know we have build cache, perhaps because I only look at build time in CI. When I made this PR, I notice the build time improve. For...

Updated the Cache and compare the test time between `main` and this branch: - Main [Add Nova Public Parameter benchmark for SDK (#267)](https://github.com/nexus-xyz/nexus-zkvm/actions/runs/10495180481) - This branch [Add Github Action cache...

Close this PR due to no time to work on it anymore. Although the CI build is improved and Code scanning will be helpful to the project.

The doc works after 0.2.3

Okay, I updated the doc which contain the instruction to generate project and show the Cargo.toml in 26e913a

It should work now. I left a typo after modifying the code according to the soft clippy suggestion. ac87b79

Before you merge, I'll investigate why the write output doesn't print out.

I made a push that print out the output. Feel free to revert it. Very simple change. My output: ``` Setting up Nova public parameters... Compiling guest program... Proving execution...