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 3b644b6 commit 61489cbCopy full SHA for 61489cb
crates/djls-bench/benches/parser.rs
@@ -19,6 +19,7 @@ fn parse_template(bencher: Bencher, fixture: &TemplateFixture) {
19
if let Some(nodelist) = djls_templates::parse_template(&db, file) {
20
divan::black_box(nodelist.nodelist(&db).len());
21
}
22
+ db
23
});
24
25
@@ -44,6 +45,7 @@ fn parse_all_templates(bencher: Bencher) {
44
45
46
47
48
49
50
51
0 commit comments