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
Skip eval and avoid generating all generators inside of the benchmark execution
Looping over the constants instead of using `eval` is a more secure approach.
Plus, build the list of generators outside so that we're only benchmarking generator execution.
Co-Authored-By: Thiago Araujo <thd.araujo@gmail.com>
0 commit comments