You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./scripts/fuzz-test.sh
# nargo export --force-brillig
finished in 12.17s
...
# nargo export
finished in 280.74s
Those tests with nargo export took a long while... I would not have expected that. Anything that could be done to better optimize in this? I notice that seemingly only 2 cores / 4 threads are saturated on my machine (I have 14, most idling while testing).
If the prover can't use all threads, perhaps at least https://nexte.st/ could help make these tests run in parallel.