Skip to content

Commit

Permalink
Getting net90 expected values narrowed down. Just seems to be a coupl…
Browse files Browse the repository at this point in the history
…e that are a bit variant.
  • Loading branch information
darrenge committed Feb 20, 2025
1 parent 2aca4b4 commit 5f81eae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/BDNPerfTests/BDN_Benchmark_Config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_comment": "NOTE: If adding a new BDN perf test to this file, you will need to add the name to the test: line in ci-bdnbenchmark.yml (~line 45). This ensures all the tests are not ran sequentially when ran as github action.",
"_comment2": "NOTE: The BDN Perf name in the ci-bdnbenchmark.yml file test: line should NOT have the BDN.benchmark prefix and the .* ending. It needs to be this way for the reporting part of the BDN Charts.",
"_comment3": "NOTE: The expected values are the Allocated results from BDN tests.",
"_comment3": "NOTE: The expected values are the Allocated results from BDN tests. The values listed here are used for Windows / Linux and Net 8.0 and Net 9.0. In the case where one configuration is higher, set that higher value here.",

"BDN.benchmark.Operations.BasicOperations.*": {
"expected_InlinePing_ACL": 0,
Expand Down Expand Up @@ -43,7 +43,7 @@
"expected_HIncrbyFloat_AOF": 14400,
"expected_HKeys_AOF": 3200,
"expected_HLen_AOF": 3200,
"expected_HMGet_AOF": 9600,
"expected_HMGet_AOF": 64000,
"expected_HMSet_AOF": 16000,
"expected_HRandField_AOF": 8800,
"expected_HScan_AOF": 776,
Expand Down Expand Up @@ -121,11 +121,11 @@
"expected_ZUnionStore_AOF": 129600,
"expected_ZAddRem_None": 119000,
"expected_ZCard_None": 3200,
"expected_ZCount_None": 20000,
"expected_ZDiff_None": 25600,
"expected_ZCount_None": 130000,
"expected_ZDiff_None": 179000,
"expected_ZDiffStore_None": 27200,
"expected_ZIncrby_None": 12000,
"expected_ZInter_None": 34400,
"expected_ZInter_None": 224000,
"expected_ZInterCard_None": 222071,
"expected_ZInterStore_None": 537000,
"expected_ZLexCount_None": 66400,
Expand Down Expand Up @@ -227,7 +227,7 @@
"expected_Digest_Managed,Limit": 2000,
"expected_LookupHit_Managed,None": 1984,
"expected_LookupMiss_Managed,None": 1984,
"expected_LoadOuterHit_Managed,None": 1984,
"expected_LoadOuterHit_Managed,None": 3000,
"expected_LoadInnerHit_Managed,None": 2097760,
"expected_LoadMiss_Managed,None": 2000,
"expected_Digest_Managed,None": 1984,
Expand Down

0 comments on commit 5f81eae

Please sign in to comment.