Skip to content

Commit

Permalink
fix: add specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Sep 24, 2024
1 parent 4580a1c commit 36fe23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The service and account specified in %s do not match the version of the toolbelt

# genericKeychainInvalidPermsError

Invalid file permissions for secret file
Invalid file permissions for secret file %s

# genericKeychainInvalidPermsError.actions

Expand Down

3 comments on commit 36fe23d

@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: 36fe23d Previous: d0c1048 Ratio
Child logger creation 460576 ops/sec (±1.12%) 469127 ops/sec (±1.29%) 1.02
Logging a string on root logger 828238 ops/sec (±10.19%) 810489 ops/sec (±10.24%) 0.98
Logging an object on root logger 594167 ops/sec (±7.85%) 645093 ops/sec (±6.87%) 1.09
Logging an object with a message on root logger 2692 ops/sec (±275.64%) 3881 ops/sec (±217.66%) 1.44
Logging an object with a redacted prop on root logger 430038 ops/sec (±15.18%) 456429 ops/sec (±9.49%) 1.06
Logging a nested 3-level object on root logger 376202 ops/sec (±8.91%) 361433 ops/sec (±8.40%) 0.96

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: 36fe23d Previous: d0c1048 Ratio
Child logger creation 308285 ops/sec (±0.97%) 328785 ops/sec (±0.68%) 1.07
Logging a string on root logger 814191 ops/sec (±6.20%) 782310 ops/sec (±7.28%) 0.96
Logging an object on root logger 607125 ops/sec (±8.92%) 598099 ops/sec (±12.46%) 0.99
Logging an object with a message on root logger 2878 ops/sec (±224.35%) 16337 ops/sec (±186.92%) 5.68
Logging an object with a redacted prop on root logger 432810 ops/sec (±14.72%) 498667 ops/sec (±7.67%) 1.15
Logging a nested 3-level object on root logger 313662 ops/sec (±6.45%) 20480 ops/sec (±184.38%) 0.0652932137141254

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 - windows-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 36fe23d Previous: d0c1048 Ratio
Logging an object with a message on root logger 2878 ops/sec (±224.35%) 16337 ops/sec (±186.92%) 5.68

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

Please sign in to comment.