Skip to content

Commit

Permalink
more doc/example updates
Browse files Browse the repository at this point in the history
  • Loading branch information
neilotoole committed Oct 4, 2021
1 parent f1a3f7a commit 6040005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ cat ./testdata/sakila_actor.json | jc

## Benchmarks

The package contains `golang_bench_test.go`, which is inherited from `segmentj`.
The test output below is from `BenchmarkEncode`, which benchmarks the following:
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:

- Stdlib `encoding/json`: Go 1.16
- (`segmentj`)[https://github.com/segmentio/encoding]: `v0.1.14`, which was when `jsoncolor` was forked. The newer `segmentj` code performs even better.
Expand Down
File renamed without changes.

0 comments on commit 6040005

Please sign in to comment.