edit: Length to Len in benchmark

This commit is contained in:
randomicon00 2024-06-11 09:09:10 -04:00
parent df63300092
commit bcf4221ab3

View file

@ -215,7 +215,7 @@ fn invocation_fixtures(
token_trees.push(subtree.into()); token_trees.push(subtree.into());
} }
Op::Ignore { .. } | Op::Index { .. } | Op::Count { .. } | Op::Length { .. } => {} Op::Ignore { .. } | Op::Index { .. } | Op::Count { .. } | Op::Len { .. } => {}
}; };
// Simple linear congruential generator for deterministic result // Simple linear congruential generator for deterministic result