-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
701 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Results of the latest benchmark from <https://github.com/miloyip/nativejson-benchmark>. | ||
|
||
See <https://github.com/nlohmann/json/issues/307> for discussion. | ||
|
||
Original post at 2016-09-09 to <json@yahoogroups.com>: | ||
|
||
> Hi, | ||
> | ||
> This benchmark evaluated conformance, parse/stringify speed/memory, and | ||
> code size. It can also be viewed as a long list of open source C/C++ JSON | ||
> libraries. | ||
> | ||
> You can run the benchmark on your own machine by checkout this project. | ||
> | ||
> https://github.com/miloyip/nativejson-benchmark | ||
> | ||
> You can also view some sample results here: | ||
> | ||
> https://rawgit.com/miloyip/nativejson-benchmark/master/sample/conformance.html | ||
> https://rawgit.com/miloyip/nativejson-benchmark/master/sample/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0.html | ||
> | ||
> If you make a new library, you may use this for testing conformance and | ||
> performance. Afterwards, please submit a pull request. | ||
> | ||
> Enjoy! | ||
> | ||
> -- | ||
> Milo Yip | ||
> | ||
> https://github.com/miloyip/ | ||
> http://twitter.com/miloyip/ |
670 changes: 670 additions & 0 deletions
670
test/reports/2016-09-09-nativejson_benchmark/conformance_Nlohmann (C++11).md
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+166 KB
test/reports/2016-09-09-nativejson_benchmark/conformance_overall_Result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+192 KB
...ark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_1._Parse_Memory_(byte).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+146 KB
...nchmark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_1._Parse_Time_(ms).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+136 KB
...ark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_2._Stringify_Time_(ms).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+97.7 KB
...mark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_3._Prettify_Time_(ms).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+182 KB
...rformance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_7._Code_size_FileSize_(byte).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.