8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f613d3d commit 2675389Copy full SHA for 2675389
test-perf/README.md
@@ -1,6 +1,21 @@
1
-## run
+# Serde performance tests
2
3
```
4
mvn clean package -am -pl test-perf
5
java -cp test-perf/target/benchmarks.jar com.arangodb.SerdeBench
6
-```
+```
7
+
8
+## 19/12/2024
9
10
+- `main f613d3d6`
11
+- `benchmark/base 1e45f8c4`
12
13
14
+Benchmark Mode Cnt Score Score main/base
15
+SerdeBench.deserializeDocsJson avgt 10 0.155 0.149 0.961290322580645
16
+SerdeBench.deserializeDocsVPack avgt 10 0.209 0.126 0.602870813397129
17
+SerdeBench.extractBytesJson avgt 10 2.705 0.297 0.109796672828096
18
+SerdeBench.extractBytesVPack avgt 10 1.12 0.133 0.11875
19
+SerdeBench.rawJsonDeser avgt 10 6.016 6.116 1.01662234042553
20
+SerdeBench.rawJsonSer avgt 10 7.711 7.222 0.936584100635456
21
0 commit comments