Skip to content

Commit e2fd0e1

Browse files
committed
Added main page to the archive folder
1 parent fc45a3c commit e2fd0e1

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

archive/all-runs.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
Benchmark runs by date
2+
3+
## 2016-07-25
4+
5+
| Library | Version |
6+
|-------------|---------|
7+
| jackson | 2.7.5 |
8+
| genson | 1.4 |
9+
| fastjson | 1.2.12 |
10+
| gson | 2.7 |
11+
| org.json | 20090211 |
12+
| javax-json | 1.0, 1.0.4 |
13+
| json-io | 4.5.0 |
14+
| flexjson | 3.3 |
15+
| boon | 0.33 |
16+
| json-smart | 2.2.1 |
17+
| johnzon | 0.9.3-incubating |
18+
| logansquare | 1.3.7 |
19+
| dsl-json | 1.1.1 |
20+
21+
![json deserialization performance 2016-07-25](https://docs.google.com/spreadsheets/d/1QJ8vwMXTHidMX4jo6aldGRt7d7DzPqvQJ4ETaevKT-c/pubchart?oid=782651865&format=image)
22+
23+
![json serialization performance 2016-07-25](https://docs.google.com/spreadsheets/d/1QJ8vwMXTHidMX4jo6aldGRt7d7DzPqvQJ4ETaevKT-c/pubchart?oid=69104817&format=image)
24+
25+
**JMH configuration and hardware**
26+
27+
# JMH 1.12 (released 113 days ago, please consider updating!)
28+
# VM version: JDK 1.8.0_45, VM 25.45-b02
29+
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/bin/java
30+
# VM options: -XX:+AggressiveOpts -Xms2G -Xmx2G
31+
# Warmup: 3 iterations, 1 s each
32+
# Measurement: 5 iterations, 2 s each
33+
# Timeout: 10 min per iteration
34+
# Threads: 16 threads, will synchronize iterations
35+
# Benchmark mode: Throughput, ops/time
36+
37+
Model Name: MacBook Pro
38+
Processor Name: Intel Core i7
39+
Processor Speed: 2.6 GHz
40+
Number of Processors: 1
41+
Total Number of Cores: 4
42+
L2 Cache (per Core): 256 KB
43+
L3 Cache: 6 MB
44+
Memory: 16 GB
45+
46+
**Links**
47+
48+
* [google spreadsheet](https://docs.google.com/spreadsheets/d/1QJ8vwMXTHidMX4jo6aldGRt7d7DzPqvQJ4ETaevKT-c/edit?usp=sharing)
49+
* [raw-results-2016-07-25.md](/archive/raw-results-2016-07-25.md)

0 commit comments

Comments
 (0)