Skip to content

Commit

Permalink
bench runner comments
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Feb 22, 2025
1 parent b38eb43 commit 994678f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bench/runall.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ async function go(parserPath, dataPath, dataSize) {
});

const blocksMBPS = 55;
// const blocksMBPS = 34; // for readme
const blocksRSS = 28;

let { cols, rows } = results.find(r => r.rows != null) ?? { cols: 0, rows: 0 };
Expand Down Expand Up @@ -298,6 +299,7 @@ async function go(parserPath, dataPath, dataSize) {

return {
"Name": name,
// "Name": name.replaceAll(' typed []', '').replaceAll(' typed {}', ''), // for readme
// "Ops/s": fmtNum3(opsPerSecGmean),
"Rows/s": fmtNum3(opsPerSecGmean * rows),
"Throughput (MiB/s)": "░".repeat(Math.ceil(blocksMBPS * pctGMean)) + ' ' + fmtNum3(mbps),
Expand Down

0 comments on commit 994678f

Please sign in to comment.