UNPKG

performance-results-parser

Version:
12 lines (9 loc) 189 B
class PerformanceTestResult { constructor() { this.name = ''; this.status = ''; this.metrics = []; this.transactions = []; } } module.exports = PerformanceTestResult;