12 lines
No EOL
307 B
JSON
12 lines
No EOL
307 B
JSON
{
|
|
"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'))"
|
|
}
|
|
]
|
|
} |