@@ -127,7 +127,7 @@ export const cpuBenchmarkInfosArray: Array<CPUBenchmarkInfo> = [
127
127
{
128
128
id : Benchmark . _01 ,
129
129
label : "create rows" ,
130
- warmupCount : 2 ,
130
+ warmupCount : 5 ,
131
131
description : "creating 1,000 rows." ,
132
132
type : BenchmarkType . CPU ,
133
133
allowBatching : true ,
@@ -137,7 +137,7 @@ export const cpuBenchmarkInfosArray: Array<CPUBenchmarkInfo> = [
137
137
{
138
138
id : Benchmark . _02 ,
139
139
label : "replace all rows" ,
140
- warmupCount : 2 ,
140
+ warmupCount : 5 ,
141
141
description : "updating all 1,000 rows." ,
142
142
type : BenchmarkType . CPU ,
143
143
allowBatching : true ,
@@ -157,7 +157,7 @@ export const cpuBenchmarkInfosArray: Array<CPUBenchmarkInfo> = [
157
157
{
158
158
id : Benchmark . _04 ,
159
159
label : "select row" ,
160
- warmupCount : 2 ,
160
+ warmupCount : 5 ,
161
161
description : "highlighting a selected row." ,
162
162
type : BenchmarkType . CPU ,
163
163
allowBatching : true ,
@@ -167,7 +167,7 @@ export const cpuBenchmarkInfosArray: Array<CPUBenchmarkInfo> = [
167
167
{
168
168
id : Benchmark . _05 ,
169
169
label : "swap rows" ,
170
- warmupCount : 2 ,
170
+ warmupCount : 5 ,
171
171
description : "swap 2 rows for table with 1,000 rows." ,
172
172
type : BenchmarkType . CPU ,
173
173
allowBatching : true ,
@@ -177,7 +177,7 @@ export const cpuBenchmarkInfosArray: Array<CPUBenchmarkInfo> = [
177
177
{
178
178
id : Benchmark . _06 ,
179
179
label : "remove row" ,
180
- warmupCount : 2 ,
180
+ warmupCount : 5 ,
181
181
description : "removing one row." ,
182
182
type : BenchmarkType . CPU ,
183
183
allowBatching : true ,
@@ -187,7 +187,7 @@ export const cpuBenchmarkInfosArray: Array<CPUBenchmarkInfo> = [
187
187
{
188
188
id : Benchmark . _07 ,
189
189
label : "create many rows" ,
190
- warmupCount : 2 ,
190
+ warmupCount : 5 ,
191
191
description : "creating 10,000 rows." ,
192
192
type : BenchmarkType . CPU ,
193
193
allowBatching : true ,
@@ -197,7 +197,7 @@ export const cpuBenchmarkInfosArray: Array<CPUBenchmarkInfo> = [
197
197
{
198
198
id : Benchmark . _08 ,
199
199
label : "append rows to large table" ,
200
- warmupCount : 2 ,
200
+ warmupCount : 5 ,
201
201
description : "appending 1,000 to a table of 1,000 rows." ,
202
202
type : BenchmarkType . CPU ,
203
203
allowBatching : true ,
@@ -207,7 +207,7 @@ export const cpuBenchmarkInfosArray: Array<CPUBenchmarkInfo> = [
207
207
{
208
208
id : Benchmark . _09 ,
209
209
label : "clear rows" ,
210
- warmupCount : 2 ,
210
+ warmupCount : 5 ,
211
211
description : "clearing a table with 1,000 rows." ,
212
212
type : BenchmarkType . CPU ,
213
213
allowBatching : true ,
0 commit comments