Skip to content

Commit 04a52f1

Browse files
committed
Add a benchmark for compiling a file with 10000 items
Prior to this change, all of the benchmarks were micro benchmarks. However, I work with a project that contains some large fluent files, and we have observed some slowness when compiling them. This change adds a benchmark for compiling a 10000 item file, which can be used to verify performance optimisations in other commits.
1 parent 82eb630 commit 04a52f1

File tree

3 files changed

+10494
-0
lines changed

3 files changed

+10494
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ recursive-include tests *.py
1717
recursive-include tools *.md
1818
recursive-include tools *.py
1919
recursive-include tools *.txt
20+
recursive-include tools *.ftl
2021
prune docs/_build

0 commit comments

Comments
 (0)