Skip to content

Commit

Permalink
test: don't need cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 29, 2023
1 parent be3aee2 commit 8ebb20a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
cache: yarn
- run: yarn install
- run: yarn build
- name: Download previous benchmark data
uses: actions/cache@v3
with:
path: ./cache
key: ${{ runner.os }}-benchmark
- run: npm run test:perf | tee test/perf/output.txt

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

2 comments on commit 8ebb20a

@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: 8ebb20a Previous: a548663 Ratio
Child logger creation 16988 ops/sec (±1.27%) 15601 ops/sec (±0.49%) 0.92
Logging a string on root logger 68316 ops/sec (±0.44%) 73717 ops/sec (±0.10%) 1.08
Logging an object on root logger 58027 ops/sec (±0.78%) 63301 ops/sec (±0.10%) 1.09
Logging an object with a message on root logger 28084 ops/sec (±0.49%) 29891 ops/sec (±0.18%) 1.06
Logging an object with a redacted prop on root logger 52389 ops/sec (±0.44%) 56527 ops/sec (±0.06%) 1.08
Logging a nested 3-level object on root logger 48436 ops/sec (±0.36%) 51280 ops/sec (±0.29%) 1.06

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: 8ebb20a Previous: a548663 Ratio
Child logger creation 3372 ops/sec (±1.59%) 6003 ops/sec (±6.15%) 1.78
Logging a string on root logger 51395 ops/sec (±1.17%) 58363 ops/sec (±0.56%) 1.14
Logging an object on root logger 39204 ops/sec (±1.43%) 49729 ops/sec (±0.52%) 1.27
Logging an object with a message on root logger 17462 ops/sec (±2.81%) 23763 ops/sec (±0.25%) 1.36
Logging an object with a redacted prop on root logger 38172 ops/sec (±1.12%) 45202 ops/sec (±0.12%) 1.18
Logging a nested 3-level object on root logger 33932 ops/sec (±1.10%) 40117 ops/sec (±0.18%) 1.18

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

Please sign in to comment.