Skip to content

Executing zkAsm code from Rust #66

Answered by krlosMata
aborg-dev asked this question in Q&A
Discussion options

You must be logged in to vote

I will explain how we run zkasm test in parallel.
We use the well know framework mocha to run the tests. This framework allows you to run test in parallel by just adding --parallel and you can define --jobs $NUM_CPUS to use.

There must be a startup phase where all *.js mocha files are generated:

The startup phase should be very fast. The testing phase depend pretty much on the test you are running and the…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by aborg-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants