From d580fd44ef123880fd9e15f29c514747b9ba650d Mon Sep 17 00:00:00 2001 From: Erich Soares Machado Date: Thu, 1 Feb 2018 15:38:06 +0100 Subject: [PATCH] Fixes 'Performance Comparison' README section title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e627304..b848a8f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A lightning fast [JSON:API](http://jsonapi.org/) serializer for Ruby Objects. -# Performance Comparision +# 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.