Skip to content

Commit

Permalink
test: remove ut init hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Aug 7, 2024
1 parent 0245156 commit 78cc9c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": "test/init.js, ts-node/register, source-map-support/register",
"require": "ts-node/register, source-map-support/register",
"watch-extensions": "ts",
"watch-files": ["src", "test"],
"recursive": true,
Expand Down
8 changes: 0 additions & 8 deletions test/init.js

This file was deleted.

3 comments on commit 78cc9c5

@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: 78cc9c5 Previous: 70f9b35 Ratio
Child logger creation 469204 ops/sec (±1.48%) 474498 ops/sec (±1.97%) 1.01
Logging a string on root logger 849524 ops/sec (±7.80%) 827145 ops/sec (±6.68%) 0.97
Logging an object on root logger 622264 ops/sec (±5.24%) 599119 ops/sec (±7.11%) 0.96
Logging an object with a message on root logger 21759 ops/sec (±186.06%) 4488 ops/sec (±220.47%) 0.21
Logging an object with a redacted prop on root logger 510329 ops/sec (±8.24%) 443920 ops/sec (±10.30%) 0.87
Logging a nested 3-level object on root logger 19618 ops/sec (±185.99%) 397344 ops/sec (±8.35%) 20.25

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: 78cc9c5 Previous: 70f9b35 Ratio
Logging a nested 3-level object on root logger 19618 ops/sec (±185.99%) 397344 ops/sec (±8.35%) 20.25

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: 78cc9c5 Previous: 70f9b35 Ratio
Child logger creation 326397 ops/sec (±0.72%) 325569 ops/sec (±0.94%) 1.00
Logging a string on root logger 807015 ops/sec (±6.26%) 793773 ops/sec (±4.78%) 0.98
Logging an object on root logger 589255 ops/sec (±7.94%) 638076 ops/sec (±7.72%) 1.08
Logging an object with a message on root logger 3352 ops/sec (±218.11%) 3979 ops/sec (±215.35%) 1.19
Logging an object with a redacted prop on root logger 447267 ops/sec (±10.85%) 453421 ops/sec (±12.86%) 1.01
Logging a nested 3-level object on root logger 348973 ops/sec (±4.78%) 334726 ops/sec (±5.63%) 0.96

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

Please sign in to comment.