UNPKG

performance-results-parser

Version:
11 lines (8 loc) 141 B
class Transaction { constructor() { this.name = ''; this.status = ''; this.metrics = []; } } module.exports = Transaction;