Skip to content

Commit c9f8ba2

Browse files
author
jialan
committed
fix: fix validate throw exception in benchmark
1 parent 472ea11 commit c9f8ba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/sqlBenchmark.ts

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ class SqlBenchmark {
8585
const caches = Object.keys(require.cache);
8686
const cacheModules = [
8787
path.join(__dirname, `../src/parser/${this.language}.ts`),
88+
path.join(__dirname, `../src/parser/common/`),
8889
path.join(__dirname, `../src/lib/${this.language}/`),
8990
path.normalize(require.resolve('antlr4ng')),
9091
];

0 commit comments

Comments
 (0)