maven/benchmark/run

14 lines
98 B
Bash
Executable File

#!/bin/sh
rm -rf target
time ant jar
rm -rf target
time m2 jar
rm -rf target
time maven jar