Skip to content

Commit 499f5d4

Browse files
committed
update benchmark results
1 parent 65765af commit 499f5d4

File tree

1 file changed

+17
-2
lines changed
  • src/test/java/com/apicatalog/jsonld/benchmark

1 file changed

+17
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
1-
2-
31
## Original results
42
```
53
Benchmark Mode Cnt Score Error Units
64
LoadingBenchmark.toRdfApiGet avgt 5 5859.114 ± 522.500 ms/op
75
```
86

7+
#### OOMBenchmark.toRdfApiGet
8+
```
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+
915
## Current results
1016
```
1117
Benchmark Mode Cnt Score Error Units
1218
LoadingBenchmark.toRdfApiGet avgt 5 3363.833 ± 448.450 ms/op
1319
```
20+
21+
#### OOMBenchmark.toRdfApiGet
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

Comments
 (0)