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
For larger circuits, compilation time can take ~ minutes to run tests.
We'll need to add guardrails to prevent scenarios where new circuit changes aren't reflected in the old compile. A simple solution would be to store a hash of the last compiled circuit and only re-compile if it changes.
The text was updated successfully, but these errors were encountered:
For larger circuits, compilation time can take ~ minutes to run tests.
We'll need to add guardrails to prevent scenarios where new circuit changes aren't reflected in the old compile. A simple solution would be to store a hash of the last compiled circuit and only re-compile if it changes.
The text was updated successfully, but these errors were encountered: