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
purego: refactor benchmark test to use internal load API
Replace direct purego.Dlopen/Dlclose calls with load.OpenLibrary/CloseLibrary
from the internal load package for consistency with other test code. Includes
proper error handling in the defer cleanup function.
0 commit comments