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
My crate has optional features that I'd like to be able to exclude from the iai run, but the iai::main! macro does not support attributes on each entry, meaning that the best I can do is cfg over the entire macro invocation. This becomes unwieldy fast as the number of possible permutations increases.
My crate has optional features that I'd like to be able to exclude from the
iai
run, but theiai::main!
macro does not support attributes on each entry, meaning that the best I can do iscfg
over the entire macro invocation. This becomes unwieldy fast as the number of possible permutations increases.LoganDark/stackblur-iter@b9843dc#diff-edcd762950a4c63a41c0121bf75b104e97b31a2e17652edf0361f0079d0ce6c2R46-R86
The text was updated successfully, but these errors were encountered: