github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/mods/config_parsing_test_mod/control.sp (about)

     1  benchmark "config_parsing_benchmark" {
     2    title = "Benchmark to verify that the options config is parsed and used, by checking the cache functionality"
     3    children = [
     4      control.cache_test_11,
     5      control.cache_test_12
     6    ]
     7  }
     8  
     9  control "cache_test_11" {
    10    title         = "Control to verify that the options config is parsed and used 1"
    11    description   = "Control to verify that the options config is parsed and used."
    12    query           = query.chaos6_query
    13    severity      = "high"
    14  }
    15  
    16  control "cache_test_12" {
    17    title         = "Control to verify that the options config is parsed and used 2"
    18    description   = "Control to verify that the options config is parsed and used."
    19    query           = query.chaos6_query
    20    severity      = "high"
    21  }