README.md in bright_serializer-0.4.1 vs README.md in bright_serializer-0.5.0

- old
+ new

@@ -203,9 +203,19 @@ "Account: #{object.name}" end end ``` +## Benchmark + +Event if the main goal is not performance, it has very good result. + +```sh +ruby benchmarks/collection.rb +``` + +<img src="benchmarks/ips.png" width="400px"> + ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`.