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
Benchmarking utils instantiation should only occur once and be shared by threads. It should not be included in the timing code either. If we don't want to deal with thread locks, we can also instantiate once per thread.
The below functionality could lead to performance issues and should be explored and potentially resolved.