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

     1  benchmark "check_cache_benchmark" {
     2    title         = "Benchmark to test the cache functionality in steampipe"
     3    children = [
     4      control.cache_test_1,
     5      control.cache_test_2
     6    ]
     7  }
     8  
     9  control "cache_test_1" {
    10    title         = "Control to test cache functionality 1"
    11    description   = "Control to test cache functionality in steampipe."
    12    sql           = query.check_cache.sql
    13    severity      = "high"
    14  }
    15  
    16  control "cache_test_2" {
    17    title         = "Control to test cache functionality 2"
    18    description   = "Control to test cache functionality in steampipe."
    19    sql           = query.check_cache.sql
    20    severity      = "high"
    21  }