Skip to content

Commit

Permalink
Revert change to perf script
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed May 10, 2024
1 parent 84f4c89 commit 1c894be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protobuf-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"generate:ts": "protoc --es_out=src/gen/ts --es_opt=ts_nocheck=false,target=ts,import_extension=.js --proto_path=. $(buf ls-files extra) --proto_path=$(upstream-include test) $(upstream-files test) google/protobuf/type.proto",
"generate:js": "protoc --es_out=src/gen/js --es_opt=ts_nocheck=false,target=js+dts,import_extension=.js --proto_path=. $(buf ls-files extra) --proto_path=$(upstream-include test) $(upstream-files test) google/protobuf/type.proto",
"postgenerate": "license-header src/gen",
"perf": "tsx src/perf.ts benchmark 'fromBinary perf-payload.bin'",
"perf": "tsx src/perf.ts benchmark '.*'",
"profile": "dexnode dist/esm/perf.js run 'fromBinary perf-payload.bin' 10000",
"flamegraph": "npx 0x -- node dist/esm/perf.js run 'fromBinary perf-payload.bin' 10000",
"test": "npm run test:bigint && npm run test:string",
Expand Down

0 comments on commit 1c894be

Please sign in to comment.