Skip to content

Instantly share code, notes, and snippets.

@jcdarwin
Last active December 24, 2015 03:39
Show Gist options
  • Save jcdarwin/6738906 to your computer and use it in GitHub Desktop.
Save jcdarwin/6738906 to your computer and use it in GitHub Desktop.
Profile DocPad using Apache Benchmark

#DocPad Benchmark

In one terminal window run:

git clone git://github.com/docpad/kitchensink.docpad.git docpad-benchmark
cd docpad-benchmark
npm install
docpad run

Once that is done, in another terminal window run:

ab -n 1000 -c 1 http://localhost:9778/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment