metrics: update avg reference values for blogbench.

This PR updates the Blogbench reference values for
read and write operations used in the CI check metrics
job.

This is due to the update to version 1.2 of blobench.

Fixes: #10039

Signed-off-by: David Esparza <david.esparza.borquez@intel.com>
This commit is contained in:
David Esparza 2024-07-18 15:37:10 -06:00
parent ab6f37aa52
commit 60f52a4b93
No known key found for this signature in database
GPG Key ID: EABE0B1A98CC3B7A
2 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ description = "measure container average of blogbench write"
# within (inclusive)
checkvar = ".\"blogbench\".Results | .[] | .write.Result"
checktype = "mean"
midval = 1623.0
midval = 2087.0
minpercent = 20.0
maxpercent = 20.0
@ -68,7 +68,7 @@ description = "measure container average of blogbench read"
# within (inclusive)
checkvar = ".\"blogbench\".Results | .[] | .read.Result"
checktype = "mean"
midval = 96939.0
midval = 5857.0
minpercent = 20.0
maxpercent = 20.0

View File

@ -55,7 +55,7 @@ description = "measure container average of blogbench write"
# within (inclusive)
checkvar = ".\"blogbench\".Results | .[] | .write.Result"
checktype = "mean"
midval = 1639.0
midval = 2362.0
minpercent = 20.0
maxpercent = 20.0
@ -68,7 +68,7 @@ description = "measure container average of blogbench read"
# within (inclusive)
checkvar = ".\"blogbench\".Results | .[] | .read.Result"
checktype = "mean"
midval = 98687.0
midval = 5880.0
minpercent = 20.0
maxpercent = 20.0