Skip to content

Commit

Permalink
chore: bump more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed May 30, 2024
1 parent 679d684 commit 7d3b34d
Show file tree
Hide file tree
Showing 2 changed files with 409 additions and 402 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@
"change-case": "^4.1.2",
"faye": "^1.4.0",
"form-data": "^4.0.0",
"js2xmlparser": "^4.0.1",
"js2xmlparser": "^5.0.0",
"jsonwebtoken": "9.0.2",
"jszip": "3.10.1",
"pino": "^8.21.0",
"pino": "^9.1.0",
"pino-abstract-transport": "^1.2.0",
"pino-pretty": "^10.3.1",
"pino-pretty": "^11.1.0",
"proper-lockfile": "^4.1.2",
"semver": "^7.6.2",
"ts-retry-promise": "^0.8.1"
},
"devDependencies": {
"@salesforce/dev-scripts": "^8.5.0",
"@salesforce/dev-scripts": "^9.1.2",
"@salesforce/ts-sinon": "^1.4.19",
"@types/benchmark": "^2.1.5",
"@types/chai-string": "^1.4.5",
Expand All @@ -81,7 +81,7 @@
"benchmark": "^2.1.4",
"chai-string": "^1.5.0",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.1",
"ts-patch": "^3.1.2",
"typescript": "^5.4.5"
},
"repository": {
Expand Down
Loading

3 comments on commit 7d3b34d

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - ubuntu-latest

Benchmark suite Current: 7d3b34d Previous: 679d684 Ratio
Child logger creation 481576 ops/sec (±1.21%) 486563 ops/sec (±0.50%) 1.01
Logging a string on root logger 797494 ops/sec (±7.89%) 892252 ops/sec (±8.87%) 1.12
Logging an object on root logger 651383 ops/sec (±9.14%) 40401 ops/sec (±183.64%) 0.062023417866293715
Logging an object with a message on root logger 3874 ops/sec (±228.29%) 429958 ops/sec (±6.47%) 110.99
Logging an object with a redacted prop on root logger 457527 ops/sec (±6.77%) 497036 ops/sec (±10.10%) 1.09
Logging a nested 3-level object on root logger 372729 ops/sec (±7.16%) 19918 ops/sec (±185.84%) 0.05343828894451465

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Logger Benchmarks - ubuntu-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 7d3b34d Previous: 679d684 Ratio
Logging an object with a message on root logger 3874 ops/sec (±228.29%) 429958 ops/sec (±6.47%) 110.99

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - windows-latest

Benchmark suite Current: 7d3b34d Previous: 679d684 Ratio
Child logger creation 337564 ops/sec (±0.42%) 327208 ops/sec (±3.00%) 0.97
Logging a string on root logger 803695 ops/sec (±7.30%) 804637 ops/sec (±7.07%) 1.00
Logging an object on root logger 614384 ops/sec (±7.12%) 574238 ops/sec (±8.88%) 0.93
Logging an object with a message on root logger 3880 ops/sec (±220.20%) 6330 ops/sec (±203.93%) 1.63
Logging an object with a redacted prop on root logger 453407 ops/sec (±12.37%) 439513 ops/sec (±7.21%) 0.97
Logging a nested 3-level object on root logger 342130 ops/sec (±5.39%) 317755 ops/sec (±6.04%) 0.93

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.