ammarm08 / quasimodo

Benchmark NodeJS programs against each other (CPU, memory, loadtesting)
0 stars 0 forks source link

Registering test names with more than one word #1

Closed ammarm08 closed 7 years ago

ammarm08 commented 7 years ago

quasimodo.registerTest('Some Test Name', './path', 'flags', 'args')

will produce an error of:

Please provide a valid isolate file as the final argument.

while the tests are running, but will still continue all the tests.

To-Do: