Skip to content

Commit 508feca

Browse files
abcd
1 parent 31384e3 commit 508feca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A lightning fast [JSON:API](http://jsonapi.org/) serializer for Ruby Objects.
77
Note: this gem deals only with implementing the JSON:API spec. If your API
88
responses are not formatted according to the JSON:API spec, this library will
99
not work for you.
10-
10+
testing
1111
# Performance Comparison
1212

1313
We compare serialization times with Active Model Serializer as part of RSpec performance tests included on this library. We want to ensure that with every change on this library, serialization time is at least `25 times` faster than Active Model Serializers on up to current benchmark of 1000 records. Please read the [performance document](https://github.com/Netflix/fast_jsonapi/blob/master/performance_methodology.md) for any questions related to methodology.

0 commit comments

Comments
 (0)