Skip to content

Commit

Permalink
Cleaned up config files, set allocated for those to 10% and set the M…
Browse files Browse the repository at this point in the history
…ean threshhold back to 140%
  • Loading branch information
darrenge committed Oct 17, 2024
1 parent e9391f5 commit 70183df
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-bdnbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,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: '110%'
alert-threshold: '140%'
comment-on-alert: true
fail-on-alert: true
alert-comment-cc-users: '@darrenge'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"framework": "net8.0",
"filter": "*RespClusterBench*",

"acceptableAllocatedRange": 10,
"acceptableError": ".1",
"acceptableStdDev": ".1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"configuration": "Release",
"framework": "net8.0",
"filter": "*RespClusterMigrateBench*",

"acceptableAllocatedRange": 10,
"acceptableError": ".1",
"acceptableStdDev": ".1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"expectedBasicLuaStress3AllocatedValue_win": 328,
"expectedBasicLuaStress4AllocatedValue_win": 832,

"acceptableMeanRange": 15,
"acceptableAllocatedRange": 10,
"acceptableError": ".1",
"acceptableStdDev": ".1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"expectedHSetDelAllocatedValue_win": 55297,
"expectedMyDictSetGetAllocatedValue_win": 30720,

"acceptableMeanRange": 15,
"acceptableAllocatedRange": 10,
"acceptableError": ".1",
"acceptableStdDev": ".1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"configuration": "Release",
"framework": "net8.0",
"filter": "*RespTsavoriteStress*",

"acceptableAllocatedRange": 10,
"acceptableError": ".1",
"acceptableStdDev": ".1"
}
Expand Down

0 comments on commit 70183df

Please sign in to comment.