Skip to content

Commit

Permalink
Update benchmark-scheduler.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Aug 22, 2024
1 parent 2df99b8 commit 5238d7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function executeVmBenchmark(): Promise<void> {
* Run benchmark script and pipe stdout and stderr to the console.
*/
function executeVmNvidiaBenchmark(): Promise<void> {
return executeBenchmarkerScript("npm", ["run", "gpu-benchmark", "--", "--count", "200"]);
return executeBenchmarkerScript("npm", ["run", "gpu-benchmark", "--", "--count", "50"]);
}

/**
Expand Down

0 comments on commit 5238d7e

Please sign in to comment.