Adding link.

This commit is contained in:
Daniel Lemire 2020-06-15 13:07:53 -04:00
parent d1a54249e7
commit 33930ff046
1 changed files with 1 additions and 0 deletions

View File

@ -462,6 +462,7 @@ int main(int argc, char *argv[]) {
repeat, volume, !just_data);
if (!just_data) {
printf("API traversal tests\n");
printf("Based on https://github.com/miloyip/nativejson-benchmark\n");
simdjson::dom::parser parser;
auto [doc, err] = parser.parse(p);
if (err) {