-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: test results for performance test cases
- generally quite a bit faster now but there seems to be something still potentially wrong when translations and/or lots of choices/itemsets are involved, e.g. 10K text = ~5 seconds, vs 10K select + 20K choices = ~80 seconds. - switched to using `convert()` directly since this now accepts markdown input, and it avoids potentially confounding effects of extra things done in `assertPyxformXform` (such as re-parsing XML). - this had a minor impact (approx 10%) on test execution time but considerable impact (approx 30%) on memory usage.
- Loading branch information
1 parent
0fad57d
commit a8de88f
Showing
2 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters