github.com/dmaizel/tests@v0.0.0-20210728163746-cae6a2d9cee8/cmd/checkmetrics/ci_worker/checkmetrics-json-kata-metric3.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 = "boot-times"
    12  type = "json"
    13  description = "measure container lifecycle timings"
    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 = ".\"boot-times\".Results | .[] | .\"to-workload\".Result"
    18  checktype = "mean"
    19  midval = 0.72
    20  minpercent = 6.0
    21  maxpercent = 6.0
    22  
    23  [[metric]]
    24  name = "memory-footprint"
    25  type = "json"
    26  description = "measure container average footprint"
    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 = ".\"memory-footprint\".Results | .[] | .average.Result"
    31  checktype = "mean"
    32  midval = 109400.0
    33  minpercent = 5.0
    34  maxpercent = 5.0
    35  
    36  [[metric]]
    37  name = "memory-footprint-ksm"
    38  type = "json"
    39  description = "measure container average footprint with KSM"
    40  # Min and Max values to set a 'range' that
    41  # the median of the CSV Results data must fall
    42  # within (inclusive)
    43  checkvar = ".\"memory-footprint-ksm\".Results | .[] | .average.Result"
    44  checktype = "mean"
    45  midval = 47667.0
    46  minpercent = 5.0
    47  maxpercent = 5.0
    48  
    49  [[metric]]
    50  name = "blogbench"
    51  type = "json"
    52  description = "measure container average of blogbench write"
    53  # Min and Max values to set a 'range' that
    54  # the median of the CSV Results data must fall
    55  # within (inclusive)
    56  checkvar = ".\"blogbench\".Results | .[] | .write.Result"
    57  checktype = "mean"
    58  midval = 945.0
    59  minpercent = 10.0
    60  maxpercent = 10.0
    61  
    62  [[metric]]
    63  name = "blogbench"
    64  type = "json"
    65  description = "measure container average of blogbench read"
    66  # Min and Max values to set a 'range' that
    67  # the median of the CSV Results data must fall
    68  # within (inclusive)
    69  checkvar = ".\"blogbench\".Results | .[] | .read.Result"
    70  checktype = "mean"
    71  midval = 53300.0
    72  minpercent = 10.0
    73  maxpercent = 10.0