Skip to content

Commit

Permalink
Up to 110%
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Oct 14, 2024
1 parent 980988b commit 3297f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-bdnbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
tool: 'benchmarkdotnet'
output-file-path: ./test/BDNPerfTests/BenchmarkDotNet.Artifacts/results/BDN.benchmark.${{ matrix.test }}-report-full-compressed.json
github-token: ${{ secrets.GITHUB_TOKEN }}
alert-threshold: '100%'
alert-threshold: '110%'
external-data-json-path: ./cache/benchmark-data.json
comment-on-alert: true
fail-on-alert: true
Expand Down

2 comments on commit 3297f8b

@github-actions
Copy link

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.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.

Benchmark suite Current: 3297f8b Previous: 521927f Ratio
BDN.benchmark.Resp.RespParseStress.Get 14192.444610595703 ns (± 21.64354458077553) 13943.499428885323 ns (± 14.698601246714226) 1.02
BDN.benchmark.Resp.RespParseStress.ZAddRem 144827.92593149038 ns (± 177.88845687116626) 140510.107421875 ns (± 349.47163991529584) 1.03
BDN.benchmark.Resp.RespParseStress.SAddRem 125847.56704477164 ns (± 238.5735060571294) 120134.89614633414 ns (± 192.54329690055798) 1.05
BDN.benchmark.Resp.RespParseStress.HSetDel 173075.46105018028 ns (± 567.1651702298674) 150802.53208705358 ns (± 764.4027973144957) 1.15
BDN.benchmark.Resp.RespParseStress.MyDictSetGet 249762.58638822116 ns (± 449.66884506030226) 240391.75130208334 ns (± 632.1422687457991) 1.04

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

CC: @darrenge

@github-actions
Copy link

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.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.10.

Benchmark suite Current: 3297f8b Previous: 39b17ad Ratio
BDN.benchmark.Resp.RespParseStress.SetEx 29762.420427449546 ns (± 180.9881646942928) 26215.926110839842 ns (± 136.66928475243665) 1.14

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

CC: @darrenge

Please sign in to comment.