miloyip / nativejson-benchmark

C/C++ JSON parser/generator benchmark
MIT License
1.97k stars 262 forks source link

update to newest sajson #87

Closed chadaustin closed 7 years ago

chadaustin commented 7 years ago

Updates the benchmarks to the newest sajson, and switches to the dynamic allocation mode. (Ideally we'd benchmark both sajson (single allocation) and sajson (dynamic allocation) in the suite but I wasn't sure how to set that up.)

Also fixes a weird docker bug calling premake on my Ubuntu 16.04 laptop.