blob: 2c123ad53f69098dc09b566516c764ed8ae7350a (
plain)
1
2
3
4
5
6
7
8
|
{
"name": "Compare execution time of incremental vs non-incremental",
"description": "Execution time of incremental vs non-incremental query",
"columns": [
{ "name": "nonincremental", "type": "float", "unit": "ms" },
{ "name": "incremental", "type": "float", "unit": "ms" }
]
}
|