(data, index)
| 54 | } |
| 55 | |
| 56 | startSubqueue(data, index) { |
| 57 | // This subqueue is generated by a new benchmark |
| 58 | if (data.name !== this.currentFile || index === this.kStartOfQueue) { |
| 59 | this.currentFile = data.name; |
| 60 | this.scheduledConfig = data.queueLength; |
| 61 | } |
| 62 | this.completedConfig = 0; |
| 63 | this.updateProgress(); |
| 64 | } |
| 65 | |
| 66 | completeConfig() { |
| 67 | this.completedConfig++; |
no test coverage detected