Updated config examples.
This commit is contained in:
parent
c8cc49a678
commit
10a7d379f2
6 changed files with 35 additions and 33 deletions
12
config_examples/query_config_example.json
Normal file
12
config_examples/query_config_example.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"queries_to_measure": [
|
||||
{
|
||||
"name": "Fast Smoke Test",
|
||||
"query_string": "SELECT 1"
|
||||
},
|
||||
{
|
||||
"name": "Delivered carts on a day",
|
||||
"query_string": "select * from comprea.cart c where c.status = 'delivered' and c.date_delivered >= UNIX_TIMESTAMP(date('2022-05-24'))"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue