This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Commit 08a69ec
authored
[java] Create new Fortune object in scope of request (#10655)
The new fortune object must be constructed in the scope of the request,
not as a constant:
> Within the scope of the request, a new Fortune object must be
constructed and added to the list.
https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Project-Information-Framework-Tests-Overview#fortunes1 parent a5f62b7 commit 08a69ec
1 file changed
Lines changed: 1 addition & 3 deletions
File tree
- frameworks/Java/helidon/reactive/src/main/java/io/helidon/benchmark/reactive/services
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
| |||
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
| 35 | + | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
0 commit comments