Lines Matching refs:benchmark
18 @echo " benchmark - Times the sanitizer against a tree builder."
19 @echo " profile - Profiles the benchmark."
38 TEST_CLASSPATH=$(CLASSPATH):lib/htmlparser-1.3/htmlparser-1.3.jar:lib/junit/junit.jar:lib/commons-codec-1.4/commons-codec-1.4.jar:benchmark-data
125 java ${JASSERTS} -cp tools/emma/lib/emma.jar:lib/guava-libraries/guava.jar:lib/jsr305/jsr305.jar:lib/htmlparser-1.3/htmlparser-1.3.jar:lib/commons-codec-1.4/commons-codec-1.4.jar:benchmark-data \
147 # Runs a benchmark that compares performance.
148 benchmark: out/tests.tstamp
150 org.owasp.html.Benchmark benchmark-data/Yahoo\!.html
152 # Profiles the benchmark.
155 java -cp ${TEST_CLASSPATH}:out/classes -agentlib:hprof=cpu=times,format=a,file=out/java.hprof.txt,lineno=y,doe=y org.owasp.html.Benchmark benchmark-data/Yahoo\!.html s