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
local contains(a_str, substr) = std.length(std.findSubstr(substr, a_str)) > 0,
120
+
# Useful to distribute the benchmark load between two machine types, but always stay consistent for the same benchmark suite
121
+
# This guarantees comparability of results, whatever the platform/context, for each suite
122
+
hr350a_or_osprey(suite=null)::if suite != null && std.count([contains(s, suite) for s in ["barista", "renaissance"]], true) > 0thenself.osprey elseself.hr350a,
0 commit comments