Thanks to visit codestin.com Credit goes to github.com
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 03c21a8 commit 2265370Copy full SHA for 2265370
tools/benchpress/src/cloud_reporter.es6
@@ -118,7 +118,7 @@ class CloudReporter {
118
}
119
_convertToTableRow(benchpressRow, stableSample) {
120
return {
121
- insertId: this.benchmarkConfig.runId+'#'+benchpressRow.index,
+ insertId: this.benchmarkConfig.runId+'#'+this.benchmarkConfig.id+'#'+benchpressRow.index,
122
json: {
123
runId: this.benchmarkConfig.runId,
124
benchmarkId: this.benchmarkConfig.id,
0 commit comments