forked from RuedigerMoeller/fast-serialization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
result.txt
29 lines (21 loc) · 1.16 KB
/
result.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
OS:Linux
JVM:Oracle Corporation 1.7.0_55
CPU:null os-arch:null
Cores (incl HT):32
1.7.0_55-b13,Java HotSpot(TM) 64-Bit Server VM,Linux
================================
Test Class: FrequentPrimitives[]
================================
A array[10] of objects with a typical distribution of primitve fields: 2 short Strings, 3 boolean, 6 ints, 2 long, one double.
<pre style='background-color:#ccc;'>lib read (ns) write (ns) total (ns) size (bytes)
FST 7471 5566 13037 836
FST cross platform 59823 43674 103497 2102
</pre>
==================
Test Class: Trader
==================
Measures serialization of a typical 'Enterprise-Object' using Value-Classes instead of primitive tpyes.
<pre style='background-color:#ccc;'>lib read (ns) write (ns) total (ns) size (bytes)
FST 105596 103860 209456 5253
FST cross platform 2412451 845743 3258194 43196
</pre>