We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472ea11 commit c9f8ba2Copy full SHA for c9f8ba2
benchmark/sqlBenchmark.ts
@@ -85,6 +85,7 @@ class SqlBenchmark {
85
const caches = Object.keys(require.cache);
86
const cacheModules = [
87
path.join(__dirname, `../src/parser/${this.language}.ts`),
88
+ path.join(__dirname, `../src/parser/common/`),
89
path.join(__dirname, `../src/lib/${this.language}/`),
90
path.normalize(require.resolve('antlr4ng')),
91
];
0 commit comments