Skip to content

Commit 6577c44

Browse files
Brechtpdkongliangzhong
authored andcommitted
Update README.md (#254)
1 parent a27649a commit 6577c44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/loopring_v3/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@ make
5353
* run single test: `npm run test -- transpiled/test/xxx.js`
5454
* print info logs in tests: `npm run test -- -i`
5555
* print more detailed debug logs in tests: `npm run test -- -x`
56+
57+
Running all tests takes around 3 hours on a modern PC with a CPU with 4 cores. Creating proofs is computationaly heavy and takes time even when multi-threading is used. Run individual tests when you can.
58+
59+
Verifier/Prover keys are cached in the `keys` folder. When updating the circuits make sure to delete the keys of older circuit versions because this is not automatically detected.

0 commit comments

Comments
 (0)