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
We should try optimizing the built-in actors with PGO, e.g., by profiling against the test vectors. This can often lead to a ~5%+ improvement in performance.
The text was updated successfully, but these errors were encountered:
To do this, we'll likely want to build an entire "release" pipeline that:
Takes some recent test vectors (possibly extracting them from the network?).
Takes the builtin actors we're intending to release.
Builds said actors with profiling support enabled (in wasm? I think this is possible?).
Executes the test vectors against this bundle.
Compiles a profile and checks it into the "release" branch.
Finally, builds the actors with this profile.
This is a non-trivial amount of work and likely not the highest priority. But it would be an interesting project for someone wishing to onboard into the ecosystem.
We should try optimizing the built-in actors with PGO, e.g., by profiling against the test vectors. This can often lead to a ~5%+ improvement in performance.
The text was updated successfully, but these errors were encountered: