Skip to content

Commit 4b8c131

Browse files
authored
Fixed snapshot (#8853)
1 parent aabba16 commit 4b8c131

File tree

2 files changed

+20
-43
lines changed

2 files changed

+20
-43
lines changed

src/HotChocolate/AspNetCore/benchmarks/k6/performance-data.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"timestamp": "2025-10-27T18:47:39Z",
2+
"timestamp": "2025-10-28T10:35:15Z",
33
"tests": {
44
"single-fetch": {
55
"name": "Single Fetch (50 products, names only)",
66
"response_time": {
7-
"min": 1.358888,
8-
"p50": 2.36486,
9-
"max": 45.479555,
10-
"avg": 2.620814281867896,
11-
"p90": 3.824667,
12-
"p95": 4.719379,
13-
"p99": 7.028532199999996
7+
"min": 1.367661,
8+
"p50": 2.180789,
9+
"max": 41.619313,
10+
"avg": 2.428901219293327,
11+
"p90": 3.533614900000001,
12+
"p95": 4.113232549999999,
13+
"p99": 6.6563870399999745
1414
},
1515
"throughput": {
16-
"requests_per_second": 78.74678749311089,
17-
"total_iterations": 7162
16+
"requests_per_second": 78.71140999724626,
17+
"total_iterations": 7163
1818
},
1919
"reliability": {
2020
"error_rate": 0
@@ -23,17 +23,17 @@
2323
"dataloader": {
2424
"name": "DataLoader (50 products with brands)",
2525
"response_time": {
26-
"min": 2.657964,
27-
"p50": 4.092611,
28-
"max": 17.875767,
29-
"avg": 4.3978259245362485,
30-
"p90": 5.998234,
31-
"p95": 7.214835,
32-
"p99": 10.013211850000003
26+
"min": 2.652555,
27+
"p50": 4.058844000000001,
28+
"max": 19.402633,
29+
"avg": 4.470873844347582,
30+
"p90": 6.1823778,
31+
"p95": 7.565768349999999,
32+
"p99": 11.076760349999999
3333
},
3434
"throughput": {
35-
"requests_per_second": 78.53109196590968,
36-
"total_iterations": 7147
35+
"requests_per_second": 78.4977656947644,
36+
"total_iterations": 7143
3737
},
3838
"reliability": {
3939
"error_rate": 0

src/HotChocolate/Core/test/Types.Analyzers.Tests/__snapshots__/ResolverTests.Ensure_Entity_Becomes_Node.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ namespace TestNamespace
132132
typeof(int),
133133
isNullable: false,
134134
[
135-
new global::HotChocolate.Types.Relay.IDAttribute<global::TestNamespace.Test>().
135+
new global::HotChocolate.Types.Relay.IDAttribute<global::TestNamespace.Test>()
136136
]);
137137

138138
public HotChocolate.Resolvers.FieldResolverDelegates GetTestById()
@@ -206,26 +206,3 @@ namespace TestNamespace
206206

207207
```
208208

209-
## Assembly Emit Diagnostics
210-
211-
```json
212-
[
213-
{
214-
"Id": "CS1001",
215-
"Title": "",
216-
"Severity": "Error",
217-
"WarningLevel": 0,
218-
"Location": "Query.WaAdMHmlGJHjtEI4nqY7WA.hc.g.cs: (89,103)-(89,103)",
219-
"HelpLinkUri": "https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS1001)",
220-
"MessageFormat": "Identifier expected",
221-
"Message": "Identifier expected",
222-
"Category": "Compiler",
223-
"CustomTags": [
224-
"Compiler",
225-
"Telemetry",
226-
"NotConfigurable"
227-
]
228-
}
229-
]
230-
```
231-

0 commit comments

Comments
 (0)