|
46 | 46 | "operation": "from_idx_limit_1", |
47 | 47 | "tags": ["esql_large_schema"], |
48 | 48 | "clients": {{query_clients | default(1)}}, |
49 | | - "warmup-iterations": 10, |
| 49 | + "warmup-iterations": 100, |
50 | 50 | "iterations": {{query_iterations | default(100)}} |
51 | 51 | }, |
52 | 52 | { |
53 | 53 | "operation": "from_idx_limit_10", |
54 | 54 | "tags": ["esql_large_schema"], |
55 | 55 | "clients": {{query_clients | default(1)}}, |
56 | | - "warmup-iterations": 10, |
| 56 | + "warmup-iterations": 100, |
57 | 57 | "iterations": {{query_iterations | default(100)}} |
58 | 58 | }, |
59 | 59 | { |
|
76 | 76 | "operation": "from_idx_limit_1_drop_null", |
77 | 77 | "tags": ["esql_large_schema"], |
78 | 78 | "clients": {{query_clients | default(1)}}, |
79 | | - "warmup-iterations": 10, |
| 79 | + "warmup-iterations": 100, |
80 | 80 | "iterations": {{query_iterations | default(100)}} |
81 | 81 | }, |
82 | 82 | { |
83 | 83 | "operation": "from_idx_limit_10_drop_null", |
84 | 84 | "tags": ["esql_large_schema"], |
85 | 85 | "clients": {{query_clients | default(1)}}, |
86 | | - "warmup-iterations": 10, |
| 86 | + "warmup-iterations": 100, |
87 | 87 | "iterations": {{query_iterations | default(100)}} |
88 | 88 | }, |
89 | 89 | { |
|
0 commit comments