Skip to content

Commit dec7dc3

Browse files
committed
add "tsc" to command line args
1 parent c6b2da9 commit dec7dc3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ts-perf/packages/commands/src/benchmark/measure.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,10 @@ async function runCompilerScenario(
191191
options.cpus,
192192
options.predictable,
193193
)
194-
.addIf(!nativeBin && !usesPublicApi, tsc)
195194
.addIf(usesPublicApi, tscPublicWrapper, typescript)
196195
.addCompilerOptions(options, scenario)
197196
.add("--diagnostics");
198197
const { cmd: clean, args: cleanargs } = new CommandLineArgumentsBuilder(expansion, nativeBin ? tsc : host)
199-
.addIf(!nativeBin, tsc)
200198
.addCompilerOptions(options, scenario)
201199
.add("--clean");
202200
try {

0 commit comments

Comments
 (0)