github.com/dmaizel/tests@v0.0.0-20210728163746-cae6a2d9cee8/cmd/checkmetrics/ci_worker/checkmetrics-json-cloud-hypervisor-kata-metric4.toml (about) 1 # Copyright (c) 2021 Intel Corporation 2 # 3 # SPDX-License-Identifier: Apache-2.0 4 # 5 # This file contains baseline expectations 6 # for checked results by checkmetrics tool. 7 # 8 # values set specifically for packet.com c1.small worker. 9 10 [[metric]] 11 name = "blogbench" 12 type = "json" 13 description = "measure container average of blogbench write" 14 # Min and Max values to set a 'range' that 15 # the median of the CSV Results data must fall 16 # within (inclusive) 17 checkvar = ".\"blogbench\".Results | .[] | .write.Result" 18 checktype = "mean" 19 midval = 966.0 20 minpercent = 10.0 21 maxpercent = 10.0 22 23 [[metric]] 24 name = "blogbench" 25 type = "json" 26 description = "measure container average of blogbench read" 27 # Min and Max values to set a 'range' that 28 # the median of the CSV Results data must fall 29 # within (inclusive) 30 checkvar = ".\"blogbench\".Results | .[] | .read.Result" 31 checktype = "mean" 32 midval = 55700.0 33 minpercent = 10.0 34 maxpercent = 10.0