Skip to content

Commit

Permalink
Fix comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed May 6, 2024
1 parent 5e8e838 commit a3afd4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protobuf-test/src/perf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function setupTests(): Test[] {

/**
* Run given tests consecutively. Repeating each one several times.
**/
*/
function run(tests: Test[], iterations: number): void {
for (const test of tests) {
console.log(`Running "${test.name}" ${iterations} times...`);
Expand All @@ -271,7 +271,7 @@ function run(tests: Test[], iterations: number): void {
/**
* Benchmark tests with the npm package "benchmark". Results are printed to
* standard out.
**/
*/
function bench(tests: Test[]): void {
let error: unknown;
const suite = new Benchmark.Suite({
Expand Down

0 comments on commit a3afd4f

Please sign in to comment.