Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit ca3efde

Browse files
committed
Update to clang 11 and gcc 10
Closes #15.
1 parent 6b6acc1 commit ca3efde

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,18 @@ nativejson-benchmark modified to run 256 times instead of 10. Code is in the
5353

5454
```
5555
==== rapidjson-clang ===================== parse|stringify ====
56-
data/canada.json 390 MB/s 200 MB/s
57-
data/citm_catalog.json 670 MB/s 290 MB/s
58-
data/twitter.json 340 MB/s 370 MB/s
56+
data/canada.json 380 MB/s 200 MB/s
57+
data/citm_catalog.json 680 MB/s 1090 MB/s
58+
data/twitter.json 320 MB/s 600 MB/s
5959
6060
===== rapidjson-gcc ====================== parse|stringify ====
61-
data/canada.json 470 MB/s 240 MB/s
62-
data/citm_catalog.json 990 MB/s 480 MB/s
63-
data/twitter.json 470 MB/s 620 MB/s
61+
data/canada.json 390 MB/s 250 MB/s
62+
data/citm_catalog.json 890 MB/s 1650 MB/s
63+
data/twitter.json 440 MB/s 870 MB/s
6464
```
6565

66-
- clang version 3.8.0
67-
- gcc version 5.4.0
66+
- clang version 11.0.0-++20200128080810+b96e6859c99-1~exp1~20200128191406.2758
67+
- gcc version 10.1.0 (Ubuntu 10.1.0-2ubuntu1~18.04)
6868

6969
<br>
7070

0 commit comments

Comments
 (0)