Skip to content

Commit

Permalink
test: also build
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 28, 2023
1 parent a8dd3bb commit 5f0f741
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
cache: yarn
- run: yarn install
# build is necessary because transport references /lib
- run: yarn build
- run: npm run test:perf | tee test/perf/output.txt

# Run `github-action-benchmark` action
Expand Down

2 comments on commit 5f0f741

@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: 5f0f741 Previous: d62da01 Ratio
Child logger creation 382591 ops/sec (±2.63%) 15559 ops/sec (±1.35%) 0.040667449051336804
Logging a string on root logger 94574492 ops/sec (±2.00%) 87939414 ops/sec (±0.22%) 0.93
Logging an object on root logger 66701506 ops/sec (±1.57%) 57168926 ops/sec (±0.58%) 0.86
Logging an object with a message on root logger 41363757 ops/sec (±1.81%) 54166415 ops/sec (±0.32%) 1.31
Logging an object with a redacted prop on root logger 70217750 ops/sec (±1.65%) 55851128 ops/sec (±0.51%) 0.80
Logging a nested 3-level object on root logger 35888226 ops/sec (±2.08%) 31581918 ops/sec (±0.50%) 0.88

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: 5f0f741 Previous: d62da01 Ratio
Child logger creation 281042 ops/sec (±5.22%) 4099 ops/sec (±1.67%) 0.014585008646394488
Logging a string on root logger 84715611 ops/sec (±0.85%) 63699143 ops/sec (±0.91%) 0.75
Logging an object on root logger 72946725 ops/sec (±1.26%) 40441193 ops/sec (±0.82%) 0.55
Logging an object with a message on root logger 63003908 ops/sec (±3.01%) 38076233 ops/sec (±0.62%) 0.60
Logging an object with a redacted prop on root logger 57948991 ops/sec (±7.79%) 40514385 ops/sec (±0.52%) 0.70
Logging a nested 3-level object on root logger 39251837 ops/sec (±2.37%) 22834127 ops/sec (±0.55%) 0.58

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

Please sign in to comment.