Skip to content

Commit

Permalink
Prepare #736 - original benchmark program before changing
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Aug 3, 2023
1 parent c29d31f commit dd29948
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions benchmark/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ import { BenchmarkStream } from "./internal/BenhmarkStream";
async function main(): Promise<void> {
const stream: BenchmarkStream = await BenchmarkReporter.initialize();
for (const category of [
"is",
"assert",
"validate",
"assert-error",
"validate-error",
"optimizer",
// "is",
// "assert",
// "validate",
// "assert-error",
// "validate-error",
// "optimizer",
"stringify",
"server-assert",
"server-stringify",
"server-performance",
// "server-assert",
// "server-stringify",
// "server-performance",
])
await BenchmarkReporter.write(stream)(
await BenchmarkServer.measure(category),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"d3": "^5.16.0",
"eslint-plugin-deprecation": "^1.4.1",
"express": "^4.18.2",
"fast-json-stringify": "^5.4.0",
"fast-json-stringify": "^5.8.0",
"fastify": "^4.9.2",
"io-ts": "^2.2.19",
"jsdom": "^21.1.1",
Expand Down

0 comments on commit dd29948

Please sign in to comment.