Skip to content

Commit 61f177c

Browse files
committed
Large in memory query benchmark - moving class
1 parent 59279d7 commit 61f177c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/graphql/LargeInMemoryQueryBenchmark.java renamed to src/jmh/java/benchmark/LargeInMemoryQueryBenchmark.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
package graphql;
1+
package benchmark;
22

3-
import benchmark.BenchmarkUtils;
3+
import graphql.GraphQL;
44
import graphql.schema.GraphQLSchema;
55
import graphql.schema.idl.RuntimeWiring;
66
import graphql.schema.idl.SchemaGenerator;
@@ -77,7 +77,7 @@ public static void main(String[] args) throws Exception {
7777
runAtStartup();
7878

7979
Options opt = new OptionsBuilder()
80-
.include("graphql.LargeInMemoryQueryBenchmark")
80+
.include("benchmark.LargeInMemoryQueryBenchmark")
8181
.addProfiler(GCProfiler.class)
8282
.build();
8383

0 commit comments

Comments
 (0)