Skip to content

Commit

Permalink
Added link to blog post with more info in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Feb 22, 2013
1 parent 64d86d8 commit 006ea37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JSON API Benchmark

This application is a sample benchmark for various approaches to generating JSON API responses. It exercises the entire application stack instead of just JSON generation so that the timing can be viewed in the context of the entire application. It uses unicorn with 4 worker processes. It typically tests three approaches:
This application is a sample benchmark for various approaches to generating JSON API responses. It was written to accompany [this post](http://blog.hashrocket.com/posts/faster-json-generation-with-postgresql) about PostgreSQL JSON generation on the [Hashrocket blog](http://blog.hashrocket.com/). It exercises the entire application stack instead of just JSON generation so that the timing can be viewed in the context of the entire application. It uses unicorn with 4 worker processes. It typically tests three approaches:

* Standard Rails - to_json on model objects
* Optimized Rails - pluck and select_all
Expand Down

0 comments on commit 006ea37

Please sign in to comment.