Skip to content

Commit

Permalink
test: perf on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 28, 2023
1 parent 5f9a3c2 commit edf6ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
perf-tests:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

1 comment on commit edf6ad5

@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.

Benchmark

Benchmark suite Current: edf6ad5 Previous: 5f9a3c2 Ratio
Child logger creation 9360 ops/sec (±1.07%) 9861 ops/sec (±1.29%) 1.05
Logging a string on root logger 65395395 ops/sec (±1.50%) 72998473 ops/sec (±1.62%) 1.12
Logging an object on root logger 39094701 ops/sec (±1.69%) 44534193 ops/sec (±2.38%) 1.14
Logging an object with a message on root logger 26564865 ops/sec (±1.86%) 28447531 ops/sec (±2.67%) 1.07
Logging an object with a redacted prop on root logger 40417538 ops/sec (±1.58%) 44540148 ops/sec (±2.74%) 1.10
Logging a nested 3-level object on root logger 17459821 ops/sec (±2.04%) 21025237 ops/sec (±1.88%) 1.20

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

Please sign in to comment.