Skip to content

Commit

Permalink
test: run entire nut
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Aug 6, 2024
1 parent d084ea5 commit 70f9b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nut/configFileConcurrency.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ describe('concurrency', () => {
}
});

it.only('safe reads on parallel writes', async () => {
it('safe reads on parallel writes', async () => {
const configOriginal = new TestConfig(TestConfig.getOptions('test', true, true, sharedLocation));
configOriginal.set('x', 0);
await configOriginal.write();
Expand Down

3 comments on commit 70f9b35

@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: 70f9b35 Previous: 51c0eed Ratio
Child logger creation 474498 ops/sec (±1.97%) 468218 ops/sec (±2.78%) 0.99
Logging a string on root logger 827145 ops/sec (±6.68%) 835618 ops/sec (±7.72%) 1.01
Logging an object on root logger 599119 ops/sec (±7.11%) 628424 ops/sec (±7.75%) 1.05
Logging an object with a message on root logger 4488 ops/sec (±220.47%) 20941 ops/sec (±186.23%) 4.67
Logging an object with a redacted prop on root logger 443920 ops/sec (±10.30%) 486932 ops/sec (±8.08%) 1.10
Logging a nested 3-level object on root logger 397344 ops/sec (±8.35%) 19336 ops/sec (±186.93%) 0.048663123137633886

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: 70f9b35 Previous: 51c0eed Ratio
Logging an object with a message on root logger 4488 ops/sec (±220.47%) 20941 ops/sec (±186.23%) 4.67

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: 70f9b35 Previous: 51c0eed Ratio
Child logger creation 325569 ops/sec (±0.94%) 348186 ops/sec (±0.36%) 1.07
Logging a string on root logger 793773 ops/sec (±4.78%) 790124 ops/sec (±5.08%) 1.00
Logging an object on root logger 638076 ops/sec (±7.72%) 595122 ops/sec (±7.86%) 0.93
Logging an object with a message on root logger 3979 ops/sec (±215.35%) 7688 ops/sec (±201.20%) 1.93
Logging an object with a redacted prop on root logger 453421 ops/sec (±12.86%) 451803 ops/sec (±5.58%) 1.00
Logging a nested 3-level object on root logger 334726 ops/sec (±5.63%) 324591 ops/sec (±5.94%) 0.97

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

Please sign in to comment.