jvm - How to properly use Drip with java application? -
i not java expert need execute jar file within python , capture output. using nailgun stumbled upon drip supposed better nailgun (https://github.com/flatland/drip).
from docs it's java
command replacement, , on second run should run lot faster.
however see no difference.. has experience drip or knows i'm doing wrong? here times 2 commands:
time java -jar re.jar -s 1364799600 -e 1364835205 -f data/sampledata.json real 0m0.532s user 0m0.624s sys 0m0.116s time drip -jar re.jar -s 1364799600 -e 1364835205 -f data/sampledata.json real 0m0.657s user 0m0.744s sys 0m0.124s
Comments
Post a Comment