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
Though the result is not that impressive, given that this is basically a free win, we should still consider building the binaries with PGO enabled when we run the migrations. cc @zhangchiqing@j1010001
The Go compiler supports profile-guided optimization (PGO).
Go release notes mentioned 2-14% speedup by using PGO but it might be better than that in some cases as it improves.
Updates these (and maybe others):
I opened this here in onflow/cadence because Epic #3297 mentions hardware, multiple machines, etc. to speedup migrations.
The text was updated successfully, but these errors were encountered: