Skip to content

Commit

Permalink
Merge pull request #343 from crosbymichael/marshal-performance
Browse files Browse the repository at this point in the history
Improve json encoding performance for specs-go
  • Loading branch information
vbatts committed Mar 17, 2016
2 parents a7a90d9 + cfec788 commit a306c58
Show file tree
Hide file tree
Showing 4 changed files with 12,567 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ test: .govet .golint .gitvalidation
.gitvalidation:
git-validation -q -run DCO,short-subject -v -range $(EPOCH_TEST_COMMIT)..HEAD

# `go get https://github.com/pquerna/ffjson`
ffjson:
cd specs-go/ && ffjson config.go
cd specs-go/ && ffjson state.go

clean:
rm -rf output/ *~

Loading

0 comments on commit a306c58

Please sign in to comment.