Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
chore: bump tinybench from 2.9.0 to 3.0.4 (#3555)
Browse files Browse the repository at this point in the history
Bumps [tinybench](https://github.com/tinylibs/tinybench) from 2.9.0 to 3.0.4.
- [Release notes](https://github.com/tinylibs/tinybench/releases)
- [Commits](tinylibs/tinybench@v2.9.0...v3.0.4)

---
updated-dependencies:
- dependency-name: tinybench
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 1adf435 commit c7da45d
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/codecs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@solana/errors": "workspace:*"
},
"devDependencies": {
"tinybench": "^2.9.0"
"tinybench": "^3.0.4"
},
"peerDependencies": {
"typescript": ">=5"
Expand Down
1 change: 0 additions & 1 deletion packages/codecs-core/src/__benchmarks__/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ bench
);

void (async () => {
await bench.warmup();
await bench.run();

console.table(bench.table());
Expand Down
2 changes: 1 addition & 1 deletion packages/codecs-strings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"devDependencies": {
"@solana/text-encoding-impl": "workspace:*",
"tinybench": "^2.9.0"
"tinybench": "^3.0.4"
},
"peerDependencies": {
"fastestsmallesttextencoderdecoder": "^1.0.22",
Expand Down
1 change: 0 additions & 1 deletion packages/codecs-strings/src/__benchmarks__/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ bench
);

void (async () => {
await bench.warmup();
await bench.run();

console.table(bench.table());
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-impl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"benchmark": "./src/__benchmarks__/run.ts"
},
"devDependencies": {
"tinybench": "^2.9.0",
"tinybench": "^3.0.4",
"undici": "^6.20.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"typescript": ">=5"
},
"devDependencies": {
"tinybench": "^2.9.0"
"tinybench": "^3.0.4"
},
"engines": {
"node": ">=20.18.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-transport-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"undici-types": "^6.20.0"
},
"devDependencies": {
"tinybench": "^2.9.0",
"tinybench": "^3.0.4",
"undici": "^6.20.0",
"zx": "^8.2.1"
},
Expand Down
27 changes: 14 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7da45d

Please sign in to comment.