ammarm08 / quasimodo

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

Loadtest visualization and logging output #3

Open ammarm08 opened 7 years ago

ammarm08 commented 7 years ago

If stress-testing a NodeJS process, we should write the stdout of ab/loadtest to a temp file so we can later use it to graph a time-series plot.

ammarm08 commented 7 years ago

loadtest stdout now gets redirected to the results.txt file.

Time to visualize.