Add performance test (no reporting yet)

This commit is contained in:
David Jennes
2018-09-24 00:15:52 +02:00
parent 652dcd246d
commit fff93f18dd
3 changed files with 1144 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ extension InheritenceTests {
extension LexerTests {
static let __allTests = [
("testLexer", testLexer),
("testPerformance", testPerformance),
]
}