From d17702a7c01bb7e22b8a160b9048b27537678d25 Mon Sep 17 00:00:00 2001 From: Neil O'Toole Date: Tue, 5 Oct 2021 09:09:19 -0600 Subject: [PATCH] readme update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12127b4..a19631e 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,8 @@ cat ./testdata/sakila_actor.json | jc ## Benchmarks Note that this package contains `golang_bench_test.go`, which is inherited from `segmentj`. -But we're mainly interested in `benchmark_test.go:BenchmarkEncode`, which benchmarks the following: +But we're mainly interested in `benchmark_test.go:BenchmarkEncode`. The results below benchmark +the following: - Stdlib `encoding/json`: `go1.17.1`. - [`segmentj`](https://github.com/segmentio/encoding): `v0.1.14`, which was when `jsoncolor` was forked. The newer `segmentj` code performs even better.