You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ A lightning fast [JSON:API](http://jsonapi.org/) serializer for Ruby Objects.
7
7
Note: this gem deals only with implementing the JSON:API spec. If your API
8
8
responses are not formatted according to the JSON:API spec, this library will
9
9
not work for you.
10
-
10
+
testing
11
11
# Performance Comparison
12
12
13
13
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