Skip to content

Commit

Permalink
ojf: updated benchmark script with new bytecode lib reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed Mar 15, 2009
1 parent fa9e077 commit 39f9716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark-server.sh
@@ -1 +1 @@
java -cp /home/johannes/.m2/repository/asm/asm/3.1/asm-3.1.jar:/home/johannes/.m2/repository/junit/junit/4.4/junit-4.4.jar:/home/johannes/.m2/repository/net/virtualvoid/bytecode/bytecode/0.1-SNAPSHOT/bytecode-0.1-SNAPSHOT.jar:/home/johannes/.m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar:/home/johannes/.m2/repository/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.jar:/home/johannes/.m2/repository/org/jmock/jmock/2.4.0/jmock-2.4.0.jar:/home/johannes/.m2/repository/org/scala-lang/scala-library/2.7.3/scala-library-2.7.3.jar:/home/johannes/.m2/repository/org/scalacheck/scalacheck/1.3/scalacheck-1.3.jar:/home/johannes/.m2/repository/org/scalatest/scalatest/0.9.3/scalatest-0.9.3.jar:/home/johannes/.m2/repository/org/specs/specs/1.3.1/specs-1.3.1.jar:target/test-classes:target/classes -server -XX:CICompilerCount=1 -XX:+PrintCompilation -verbose:gc net.virtualvoid.string.Benchmark $*
java -cp /home/johannes/.m2/repository/asm/asm/3.1/asm-3.1.jar:/home/johannes/.m2/repository/junit/junit/4.4/junit-4.4.jar:/home/johannes/.m2/repository/net/virtualvoid/bytecode/bytecode/2.1-SNAPSHOT/bytecode-2.1-SNAPSHOT.jar:/home/johannes/.m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar:/home/johannes/.m2/repository/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.jar:/home/johannes/.m2/repository/org/jmock/jmock/2.4.0/jmock-2.4.0.jar:/home/johannes/.m2/repository/org/scala-lang/scala-library/2.7.3/scala-library-2.7.3.jar:/home/johannes/.m2/repository/org/scalacheck/scalacheck/1.3/scalacheck-1.3.jar:/home/johannes/.m2/repository/org/scalatest/scalatest/0.9.3/scalatest-0.9.3.jar:/home/johannes/.m2/repository/org/specs/specs/1.3.1/specs-1.3.1.jar:target/test-classes:target/classes -server -XX:CICompilerCount=1 -XX:+PrintCompilation -verbose:gc net.virtualvoid.string.Benchmark $*

0 comments on commit 39f9716

Please sign in to comment.