jmervine/httperfjs

Add `fork` method of running httperf.

jmervine opened this issue · 2 comments

Add `fork` method of running httperf.

Blocked by issue 1.

The maybe better served by created a run (async) and runSync function in place of HTTPerf.rb's method of having a run and fork method. Where fork === run and run === runSync.