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 4504acb commit 1146ea6Copy full SHA for 1146ea6
pkg/cmd/roachprod-microbench/executor.go
@@ -425,7 +425,6 @@ func (e *executor) executeBenchmarks() error {
425
}
426
427
// Execute commands.
428
- benchmarkErrorCount := 0
429
logIndex := 0
430
missingBenchmarks := make(map[benchmark]int, 0)
431
failedBenchmarks := make(map[benchmark]int, 0)
@@ -467,7 +466,6 @@ func (e *executor) executeBenchmarks() error {
467
466
executorError = errors.CombineErrors(executorError, errors.Wrap(err, "failed to post benchmark issue"))
468
469
470
- benchmarkErrorCount++
471
logIndex++
472
473
if _, writeErr := report.analyticsOutput[benchmarkResponse.pkg].WriteString(
0 commit comments