changeset 23075:a741fb43974b

ArrayDuplicationBenchmark: exte4nd GraalBenchmark.
author Josef Eisl <josef.eisl@jku.at>
date Tue, 24 Nov 2015 17:23:25 +0100
parents 6bbdf92109e6
children fb4379f87d4d
files graal/com.oracle.graal.microbenchmarks/src/com/oracle/graal/microbenchmarks/graal/ArrayDuplicationBenchmark.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.microbenchmarks/src/com/oracle/graal/microbenchmarks/graal/ArrayDuplicationBenchmark.java	Tue Nov 24 15:24:20 2015 +0100
+++ b/graal/com.oracle.graal.microbenchmarks/src/com/oracle/graal/microbenchmarks/graal/ArrayDuplicationBenchmark.java	Tue Nov 24 17:23:25 2015 +0100
@@ -33,7 +33,7 @@
 import org.openjdk.jmh.annotations.TearDown;
 
 @State(Scope.Thread)
-public class ArrayDuplicationBenchmark {
+public class ArrayDuplicationBenchmark extends GraalBenchmark {
 
     /** How large should the test-arrays be. */
     private static final int TESTSIZE = 300;