Skip to content

Commit d0cae63

Browse files
committed
Merge branch 'master' into error-handling
2 parents e992d4d + a6e57bd commit d0cae63

File tree

5 files changed

+579
-5
lines changed

5 files changed

+579
-5
lines changed

agent-test/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44

55
dependencies {
66
implementation(rootProject)
7-
implementation("net.bytebuddy:byte-buddy-agent:1.15.10")
7+
implementation("net.bytebuddy:byte-buddy-agent:1.15.11")
88

9-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
9+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
1010
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1111

12-
testImplementation("org.assertj:assertj-core:3.26.3")
12+
testImplementation("org.assertj:assertj-core:3.27.0")
1313

1414
}
1515

agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
dependencies {
9-
implementation("net.bytebuddy:byte-buddy:1.15.10")
9+
implementation("net.bytebuddy:byte-buddy:1.15.11")
1010
// graphql-java itself
1111
implementation(rootProject)
1212
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dependencies {
117117

118118
testImplementation 'org.reactivestreams:reactive-streams-tck:' + reactiveStreamsVersion
119119
testImplementation "io.reactivex.rxjava2:rxjava:2.2.21"
120-
testImplementation "io.projectreactor:reactor-core:3.7.0"
120+
testImplementation "io.projectreactor:reactor-core:3.7.1"
121121

122122
testImplementation 'org.testng:testng:7.10.2' // use for reactive streams test inheritance
123123

Lines changed: 287 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,287 @@
1+
[
2+
{
3+
"jmhVersion" : "1.37",
4+
"benchmark" : "performance.ComplexQueryPerformance.benchMarkSimpleQueriesThroughput",
5+
"mode" : "thrpt",
6+
"threads" : 1,
7+
"forks" : 2,
8+
"jvm" : "/home/ec2-user/.sdkman/candidates/java/17.0.10-amzn/bin/java",
9+
"jvmArgs" : [
10+
],
11+
"jdkVersion" : "17.0.10",
12+
"vmName" : "OpenJDK 64-Bit Server VM",
13+
"vmVersion" : "17.0.10+7-LTS",
14+
"warmupIterations" : 2,
15+
"warmupTime" : "5 s",
16+
"warmupBatchSize" : 1,
17+
"measurementIterations" : 2,
18+
"measurementTime" : "10 s",
19+
"measurementBatchSize" : 1,
20+
"params" : {
21+
"howManyItems" : "5"
22+
},
23+
"primaryMetric" : {
24+
"score" : 3.4254834308373514,
25+
"scoreError" : 0.015025400543458568,
26+
"scoreConfidence" : [
27+
3.410458030293893,
28+
3.44050883138081
29+
],
30+
"scorePercentiles" : {
31+
"0.0" : 3.423328219387952,
32+
"50.0" : 3.425552177730207,
33+
"90.0" : 3.42750114850104,
34+
"95.0" : 3.42750114850104,
35+
"99.0" : 3.42750114850104,
36+
"99.9" : 3.42750114850104,
37+
"99.99" : 3.42750114850104,
38+
"99.999" : 3.42750114850104,
39+
"99.9999" : 3.42750114850104,
40+
"100.0" : 3.42750114850104
41+
},
42+
"scoreUnit" : "ops/s",
43+
"rawData" : [
44+
[
45+
3.423328219387952,
46+
3.42750114850104
47+
],
48+
[
49+
3.4236164536870035,
50+
3.4274879017734112
51+
]
52+
]
53+
},
54+
"secondaryMetrics" : {
55+
}
56+
},
57+
{
58+
"jmhVersion" : "1.37",
59+
"benchmark" : "performance.ComplexQueryPerformance.benchMarkSimpleQueriesThroughput",
60+
"mode" : "thrpt",
61+
"threads" : 1,
62+
"forks" : 2,
63+
"jvm" : "/home/ec2-user/.sdkman/candidates/java/17.0.10-amzn/bin/java",
64+
"jvmArgs" : [
65+
],
66+
"jdkVersion" : "17.0.10",
67+
"vmName" : "OpenJDK 64-Bit Server VM",
68+
"vmVersion" : "17.0.10+7-LTS",
69+
"warmupIterations" : 2,
70+
"warmupTime" : "5 s",
71+
"warmupBatchSize" : 1,
72+
"measurementIterations" : 2,
73+
"measurementTime" : "10 s",
74+
"measurementBatchSize" : 1,
75+
"params" : {
76+
"howManyItems" : "10"
77+
},
78+
"primaryMetric" : {
79+
"score" : 1.7302247645519597,
80+
"scoreError" : 0.010033955510826632,
81+
"scoreConfidence" : [
82+
1.720190809041133,
83+
1.7402587200627864
84+
],
85+
"scorePercentiles" : {
86+
"0.0" : 1.7288955727752675,
87+
"50.0" : 1.7298209211776594,
88+
"90.0" : 1.7323616430772524,
89+
"95.0" : 1.7323616430772524,
90+
"99.0" : 1.7323616430772524,
91+
"99.9" : 1.7323616430772524,
92+
"99.99" : 1.7323616430772524,
93+
"99.999" : 1.7323616430772524,
94+
"99.9999" : 1.7323616430772524,
95+
"100.0" : 1.7323616430772524
96+
},
97+
"scoreUnit" : "ops/s",
98+
"rawData" : [
99+
[
100+
1.7292851672177052,
101+
1.7323616430772524
102+
],
103+
[
104+
1.7288955727752675,
105+
1.7303566751376136
106+
]
107+
]
108+
},
109+
"secondaryMetrics" : {
110+
}
111+
},
112+
{
113+
"jmhVersion" : "1.37",
114+
"benchmark" : "performance.ComplexQueryPerformance.benchMarkSimpleQueriesThroughput",
115+
"mode" : "thrpt",
116+
"threads" : 1,
117+
"forks" : 2,
118+
"jvm" : "/home/ec2-user/.sdkman/candidates/java/17.0.10-amzn/bin/java",
119+
"jvmArgs" : [
120+
],
121+
"jdkVersion" : "17.0.10",
122+
"vmName" : "OpenJDK 64-Bit Server VM",
123+
"vmVersion" : "17.0.10+7-LTS",
124+
"warmupIterations" : 2,
125+
"warmupTime" : "5 s",
126+
"warmupBatchSize" : 1,
127+
"measurementIterations" : 2,
128+
"measurementTime" : "10 s",
129+
"measurementBatchSize" : 1,
130+
"params" : {
131+
"howManyItems" : "20"
132+
},
133+
"primaryMetric" : {
134+
"score" : 0.8700678921409488,
135+
"scoreError" : 0.00713353924393665,
136+
"scoreConfidence" : [
137+
0.8629343528970121,
138+
0.8772014313848855
139+
],
140+
"scorePercentiles" : {
141+
"0.0" : 0.8686670360707984,
142+
"50.0" : 0.8701250932717297,
143+
"90.0" : 0.8713543459495379,
144+
"95.0" : 0.8713543459495379,
145+
"99.0" : 0.8713543459495379,
146+
"99.9" : 0.8713543459495379,
147+
"99.99" : 0.8713543459495379,
148+
"99.999" : 0.8713543459495379,
149+
"99.9999" : 0.8713543459495379,
150+
"100.0" : 0.8713543459495379
151+
},
152+
"scoreUnit" : "ops/s",
153+
"rawData" : [
154+
[
155+
0.8686670360707984,
156+
0.8702516506204957
157+
],
158+
[
159+
0.8699985359229638,
160+
0.8713543459495379
161+
]
162+
]
163+
},
164+
"secondaryMetrics" : {
165+
}
166+
},
167+
{
168+
"jmhVersion" : "1.37",
169+
"benchmark" : "performance.OverlappingFieldValidationPerformance.overlappingFieldValidationThroughput",
170+
"mode" : "thrpt",
171+
"threads" : 1,
172+
"forks" : 3,
173+
"jvm" : "/home/ec2-user/.sdkman/candidates/java/17.0.10-amzn/bin/java",
174+
"jvmArgs" : [
175+
],
176+
"jdkVersion" : "17.0.10",
177+
"vmName" : "OpenJDK 64-Bit Server VM",
178+
"vmVersion" : "17.0.10+7-LTS",
179+
"warmupIterations" : 2,
180+
"warmupTime" : "5 s",
181+
"warmupBatchSize" : 1,
182+
"measurementIterations" : 3,
183+
"measurementTime" : "10 s",
184+
"measurementBatchSize" : 1,
185+
"primaryMetric" : {
186+
"score" : 45.32130915520371,
187+
"scoreError" : 3.560055957159324,
188+
"scoreConfidence" : [
189+
41.761253198044386,
190+
48.88136511236303
191+
],
192+
"scorePercentiles" : {
193+
"0.0" : 42.7537076662837,
194+
"50.0" : 45.5422455784985,
195+
"90.0" : 47.642633062453015,
196+
"95.0" : 47.642633062453015,
197+
"99.0" : 47.642633062453015,
198+
"99.9" : 47.642633062453015,
199+
"99.99" : 47.642633062453015,
200+
"99.999" : 47.642633062453015,
201+
"99.9999" : 47.642633062453015,
202+
"100.0" : 47.642633062453015
203+
},
204+
"scoreUnit" : "ops/s",
205+
"rawData" : [
206+
[
207+
42.7537076662837,
208+
42.76955088117818,
209+
42.768304606190554
210+
],
211+
[
212+
47.63155598328764,
213+
47.64036553406184,
214+
47.642633062453015
215+
],
216+
[
217+
45.624284346660495,
218+
45.519134738219414,
219+
45.5422455784985
220+
]
221+
]
222+
},
223+
"secondaryMetrics" : {
224+
}
225+
},
226+
{
227+
"jmhVersion" : "1.37",
228+
"benchmark" : "performance.OverlappingFieldValidationPerformance.overlappingFieldValidationAbgTime",
229+
"mode" : "avgt",
230+
"threads" : 1,
231+
"forks" : 3,
232+
"jvm" : "/home/ec2-user/.sdkman/candidates/java/17.0.10-amzn/bin/java",
233+
"jvmArgs" : [
234+
],
235+
"jdkVersion" : "17.0.10",
236+
"vmName" : "OpenJDK 64-Bit Server VM",
237+
"vmVersion" : "17.0.10+7-LTS",
238+
"warmupIterations" : 2,
239+
"warmupTime" : "5 s",
240+
"warmupBatchSize" : 1,
241+
"measurementIterations" : 3,
242+
"measurementTime" : "10 s",
243+
"measurementBatchSize" : 1,
244+
"primaryMetric" : {
245+
"score" : 0.022670557238933457,
246+
"scoreError" : 9.94605572521605E-4,
247+
"scoreConfidence" : [
248+
0.02167595166641185,
249+
0.023665162811455063
250+
],
251+
"scorePercentiles" : {
252+
"0.0" : 0.022023165004395603,
253+
"50.0" : 0.022586484038374717,
254+
"90.0" : 0.02347066886416862,
255+
"95.0" : 0.02347066886416862,
256+
"99.0" : 0.02347066886416862,
257+
"99.9" : 0.02347066886416862,
258+
"99.99" : 0.02347066886416862,
259+
"99.999" : 0.02347066886416862,
260+
"99.9999" : 0.02347066886416862,
261+
"100.0" : 0.02347066886416862
262+
},
263+
"scoreUnit" : "s/op",
264+
"rawData" : [
265+
[
266+
0.02347066886416862,
267+
0.023345283524475523,
268+
0.02333887996270396
269+
],
270+
[
271+
0.02202807403964758,
272+
0.02202869620044053,
273+
0.022023165004395603
274+
],
275+
[
276+
0.022632988674208144,
277+
0.022580774841986458,
278+
0.022586484038374717
279+
]
280+
]
281+
},
282+
"secondaryMetrics" : {
283+
}
284+
}
285+
]
286+
287+

0 commit comments

Comments
 (0)