Skip to content

Commit a306c58

Browse files
committed
Merge pull request #343 from crosbymichael/marshal-performance
Improve json encoding performance for specs-go
2 parents a7a90d9 + cfec788 commit a306c58

File tree

4 files changed

+12567
-0
lines changed

4 files changed

+12567
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ test: .govet .golint .gitvalidation
5656
.gitvalidation:
5757
git-validation -q -run DCO,short-subject -v -range $(EPOCH_TEST_COMMIT)..HEAD
5858

59+
# `go get https://github.com/pquerna/ffjson`
60+
ffjson:
61+
cd specs-go/ && ffjson config.go
62+
cd specs-go/ && ffjson state.go
63+
5964
clean:
6065
rm -rf output/ *~
6166

0 commit comments

Comments
 (0)