Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve the latency and throughput formatting in the result table #233

Merged
merged 9 commits into from
Jan 29, 2025
Prev Previous commit
Next Next commit
Update test/index.test.ts
  • Loading branch information
jerome-benoit authored Jan 29, 2025
commit c16af0210e56aea26df443168ed7c8dc721f4278
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ test('bench table (sync)', () => {
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
'Throughput average (ops/s)': expect.any(String),
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
'Throughput median (ops/s)': expect.any(Number),
'Throughput median (ops/s)': expect.any(String),
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
Samples: expect.any(Number),
},
Expand Down