diff --git a/tools/benchpress/src/cloud_reporter.es6 b/tools/benchpress/src/cloud_reporter.es6 index 9020c0b4b5..d59f055cfc 100644 --- a/tools/benchpress/src/cloud_reporter.es6 +++ b/tools/benchpress/src/cloud_reporter.es6 @@ -118,7 +118,7 @@ class CloudReporter { } _convertToTableRow(benchpressRow, stableSample) { return { - insertId: this.benchmarkConfig.runId+'#'+benchpressRow.index, + insertId: this.benchmarkConfig.runId+'#'+this.benchmarkConfig.id+'#'+benchpressRow.index, json: { runId: this.benchmarkConfig.runId, benchmarkId: this.benchmarkConfig.id,