Skip to content

Commit

Permalink
chore(deps): bump benchmark.js codspeed plugin to 1.0.2 (#18514)
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Mar 27, 2023
1 parent 096f7f0 commit 4c139e5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -62,7 +62,7 @@
"index-browser.js"
],
"devDependencies": {
"@codspeed/benchmark.js-plugin": "1.0.1",
"@codspeed/benchmark.js-plugin": "1.0.2",
"@faker-js/faker": "7.6.0",
"@fast-check/jest": "1.6.0",
"@jest/globals": "29.4.3",
Expand Down
Expand Up @@ -11,6 +11,7 @@ import { generateTestClient } from '../../../utils/getTestClient'

const suite = withCodSpeed(new Benchmark.Suite('typescript'))
// @ts-ignore
// eslint-disable-next-line @typescript-eslint/no-floating-promises
suite
.add('client generation ~50 Models', {
defer: true,
Expand Down
Expand Up @@ -7,6 +7,7 @@ import { generateTestClient } from '../../../utils/getTestClient'

const suite = withCodSpeed(new Benchmark.Suite('typescript'))
// @ts-ignore
// eslint-disable-next-line @typescript-eslint/no-floating-promises
suite
.add('client generation 100 models with relations', {
defer: true,
Expand Down
14 changes: 7 additions & 7 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 4c139e5

Please sign in to comment.