Developer Experience

Hints on how to use concrete's repo

Improving testing and compilation time

We can improve compilation and testing time on Concrete's repository by changing profiles using the following command:

export FOUNDRY_PROFILE=test We can check the current profile by running:

forge config

Before changing the profile:

foundry profile
compilation time

After changing the profile:

foundry profile

It changes the compilation time from 214 secs to 124 secs

Last updated