We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b2da9 commit dec7dc3Copy full SHA for dec7dc3
1 file changed
ts-perf/packages/commands/src/benchmark/measure.ts
@@ -191,12 +191,10 @@ async function runCompilerScenario(
191
options.cpus,
192
options.predictable,
193
)
194
- .addIf(!nativeBin && !usesPublicApi, tsc)
195
.addIf(usesPublicApi, tscPublicWrapper, typescript)
196
.addCompilerOptions(options, scenario)
197
.add("--diagnostics");
198
const { cmd: clean, args: cleanargs } = new CommandLineArgumentsBuilder(expansion, nativeBin ? tsc : host)
199
- .addIf(!nativeBin, tsc)
200
201
.add("--clean");
202
try {
0 commit comments