We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2278fa8 commit d9ec045Copy full SHA for d9ec045
benches/process.rs
@@ -15,7 +15,7 @@ fn criterion_benchmark(c: &mut Criterion) {
15
c.bench_function("process_complex", |b| {
16
b.iter(|| {
17
Template::parse(black_box(
18
- "{split:,:0..2|trim|prepend:num\\: |join: - |upper}",
+ "{split:,:0..2|map:{trim|prepend:num\\: }|join: - |upper}",
19
))
20
.unwrap()
21
.format(black_box("18, 4.92, Unknown"))
0 commit comments