summaryrefslogtreecommitdiff
path: root/INSTALL.txt
blob: a777e780779ad8f0b37e986cbcb7bbe3cc8ed352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Maven shortcuts
---------------

# All unit tests
mvn clean verify

# Package JAR files, no tests.
mvn clean package -Pquick


Eclipse workflow/ import
------------------------

# Install template processor and copy over initial IDE .settings
mvn -Peclipse

# Ready to use m2e: "File->Import->Existing Maven Projects".


Benchmarking
------------

There are some sanity tests and isolated benchmarks
of common operations in hppc-benchmarks.

# Create benchmark JAR
mvn package -Pquick -am -pl :hppc-benchmarks

# List available benchmarks
java -jar hppc-benchmarks/target/benchmarks.jar -l