* Get list of supported trace types * @returns {Array} List of supported trace types
()
| 34 | * @returns {Array} List of supported trace types |
| 35 | */ |
| 36 | function getSupportedTraceTypes() { |
| 37 | return ['vscsi', 'csv', 'txt', 'binary', 'oracle']; |
| 38 | } |
| 39 | |
| 40 | module.exports = { |
| 41 | runSimulation, |