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
mx.warn("PGO profile must exist for benchmarking and release, creating one now...")
322
+
profile=graalpy_native_pgo_build_and_test()
320
323
321
324
ifos.path.isfile(profileor""):
322
325
print(invert(f"Automatically chose PGO profile {profile}. To disable this, set GRAALPY_PGO_PROFILE to an empty string'", blinking=True), file=sys.stderr)
0 commit comments