We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ea4bb commit c1018b0Copy full SHA for c1018b0
webdriver-ts/src/benchmarksPuppeteer.ts
@@ -82,7 +82,7 @@ const benchUpdate5Memory = new (class extends BenchmarkPuppeteer {
82
constructor() {
83
super({
84
id: BENCHMARK_23,
85
- label: "update eatch 10th row for 1k rows (5 cycles)",
+ label: "update every 10th row for 1k rows (5 cycles)",
86
description: "Memory usage after clicking update every 10th row 5 times",
87
type: BenchmarkType.MEM,
88
allowBatching: false,
0 commit comments