From dc1eee2733f9be1340c44e6688d4b92f240a5302 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Thu, 25 Feb 2016 00:41:30 -0500 Subject: [PATCH] json-benchmarks moved to soffes user account --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b4a4d9..a325ce4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Copyright © 2011, John Engelhart. * Benchmarking was performed on a MacBook Pro with a 2.66GHz Core 2. * All JSON libraries were compiled with `gcc-4.2 -DNS_BLOCK_ASSERTIONS -O3 -arch x86_64`. * Timing results are the average of 1,000 iterations of the user + system time reported by [`getrusage`][getrusage]. -* The JSON used was [`twitter_public_timeline.json`](https://github.com/samsoffes/json-benchmarks/blob/master/Resources/twitter_public_timeline.json) from [samsoffes / json-benchmarks](https://github.com/samsoffes/json-benchmarks). +* The JSON used was [`twitter_public_timeline.json`](https://github.com/soffes/json-benchmarks/blob/master/Resources/twitter_public_timeline.json) from [soffes / json-benchmarks](https://github.com/soffes/json-benchmarks). * Since the `.plist` format does not support serializing [`NSNull`][NSNull], the `null` values in the original JSON were changed to `"null"`. * The [experimental](https://github.com/johnezang/JSONKit/tree/experimental) branch contains the `gzip` compression changes. * JSONKit automagically links to `libz.dylib` on the fly at run time– no manual linking required.