fix(perf): cloud reporter, calculate insertId correctly so that we don’t loose rows!
This commit is contained in:
parent
03c21a8cb2
commit
22653707d9
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue