We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59279d7 commit 61f177cCopy full SHA for 61f177c
src/test/java/graphql/LargeInMemoryQueryBenchmark.java renamed to src/jmh/java/benchmark/LargeInMemoryQueryBenchmark.java
@@ -1,6 +1,6 @@
1
-package graphql;
+package benchmark;
2
3
-import benchmark.BenchmarkUtils;
+import graphql.GraphQL;
4
import graphql.schema.GraphQLSchema;
5
import graphql.schema.idl.RuntimeWiring;
6
import graphql.schema.idl.SchemaGenerator;
@@ -77,7 +77,7 @@ public static void main(String[] args) throws Exception {
77
runAtStartup();
78
79
Options opt = new OptionsBuilder()
80
- .include("graphql.LargeInMemoryQueryBenchmark")
+ .include("benchmark.LargeInMemoryQueryBenchmark")
81
.addProfiler(GCProfiler.class)
82
.build();
83
0 commit comments