Skip to content

Commit

Permalink
abcd
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhsairawat committed Oct 3, 2019
1 parent 31384e3 commit 508feca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A lightning fast [JSON:API](http://jsonapi.org/) serializer for Ruby Objects.
Note: this gem deals only with implementing the JSON:API spec. If your API
responses are not formatted according to the JSON:API spec, this library will
not work for you.

testing
# Performance Comparison

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.
Expand Down

0 comments on commit 508feca

Please sign in to comment.