diff --git a/jsonapi_test.go b/jsonapi_test.go index 2ca15ac..b3a76f9 100644 --- a/jsonapi_test.go +++ b/jsonapi_test.go @@ -2,6 +2,7 @@ package jsonapi_test import ( "flag" + "testing" "time" . "github.com/mfcochauxlaberge/jsonapi" @@ -54,3 +55,7 @@ func (mt *mocktype) Meta() Meta { func (mt *mocktype) SetMeta(m Meta) { mt.meta = m } + +func BenchmarkMarshalDocument(b *testing.B) { + +}