We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65765af commit 499f5d4Copy full SHA for 499f5d4
src/test/java/com/apicatalog/jsonld/benchmark/README.md
@@ -1,13 +1,28 @@
1
-
2
3
## Original results
4
```
5
Benchmark Mode Cnt Score Error Units
6
LoadingBenchmark.toRdfApiGet avgt 5 5859.114 ± 522.500 ms/op
7
8
+#### OOMBenchmark.toRdfApiGet
+```
9
+Iteration 1: 7466.977 ms/op
10
+Iteration 2: 6891.456 ms/op
11
+Iteration 3: Terminating due to java.lang.OutOfMemoryError: Java heap space
12
13
+
14
15
## Current results
16
17
18
LoadingBenchmark.toRdfApiGet avgt 5 3363.833 ± 448.450 ms/op
19
20
21
22
23
+Iteration 1: 3271.161 ms/op
24
+Iteration 2: 1867.856 ms/op
25
+Iteration 3: 1798.996 ms/op
26
+Iteration 4: 1805.217 ms/op
27
+Iteration 5: Terminating due to java.lang.OutOfMemoryError: Java heap space
28
0 commit comments