forked from microsoft/garnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Lua and cleaned up some of the values
- Loading branch information
Showing
7 changed files
with
48 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"_comment": "To get proper expected results, the ExpectedCoresToTestOn needs to match the number of cores on test machine. NOT SURE IF CHECKING CORES", | ||
"ExpectedCoresToTestOn_win": 2, | ||
"ExpectedCoresToTestOn_linux": 2, | ||
"configuration": "Release", | ||
"framework": "net8.0", | ||
"filter": "*Lua*", | ||
"expectedBasicLua1MeanValue_linux": 98, | ||
"expectedBasicLua2MeanValue_linux": 157, | ||
"expectedBasicLua3MeanValue_linux": 611, | ||
"expectedBasicLua4MeanValue_linux": 1308, | ||
"expectedBasicLua1MeanValue_win": 93, | ||
"expectedBasicLua2MeanValue_win": 157, | ||
"expectedBasicLua3MeanValue_win": 611, | ||
"expectedBasicLua4MeanValue_win": 1308, | ||
"acceptableMeanRange": 10, | ||
"acceptableError": ".1", | ||
"acceptableStdDev": ".1" | ||
} |
4 changes: 2 additions & 2 deletions
4
test/BDNPerfTests/ConfigFiles/CI_BDN_Config_RespClusterBench.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
test/BDNPerfTests/ConfigFiles/CI_BDN_Config_RespClusterMigrateBench.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
test/BDNPerfTests/ConfigFiles/CI_BDN_Config_RespParseStress.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters