Skip to content

Instantly share code, notes, and snippets.

@tjfontaine

tjfontaine/t.sh Secret

Created July 18, 2014 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjfontaine/87f5734aa171aac6f8dd to your computer and use it in GitHub Desktop.
Save tjfontaine/87f5734aa171aac6f8dd to your computer and use it in GitHub Desktop.
./configure --dest-cpu=$DESTCPU
make -j12
make test/gc/node_modules/weak/build/Release/weakref.node
make wrk
python tools/test.py -ptap simple | tee simple.tap
python tools/test.py -ptap message | tee message.tap
python tools/test.py -ptap gc | tee gc.tap
python tools/test.py -ptap internet | tee internet.tap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment