We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed8165 commit 72d8550Copy full SHA for 72d8550
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