fix(perf): cloud reporter, calculate insertId correctly so that we don’t loose rows!

This commit is contained in:
Tobias Bosch 2015-01-20 17:18:27 -08:00
parent 03c21a8cb2
commit 22653707d9
1 changed files with 1 additions and 1 deletions

View File

@ -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,