Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattetti/noko-vs-builder-benchmark

Rails app to benchmark Nokogiri's XML builder vs Builder
https://github.com/mattetti/noko-vs-builder-benchmark

Last synced: 3 months ago
JSON representation

Rails app to benchmark Nokogiri's XML builder vs Builder

Awesome Lists containing this project

README

        

# Nokogiri vs Builder Rails benchmark app

See http://railsontherun.com/2010/02/22/speed-up-your-rails-xml-responses/

Start the app and run the following benchmarks:

$ ab -c 1 -n 200 http://127.0.0.1:3000/benchmarks/builder_small
$ ab -c 1 -n 200 http://127.0.0.1:3000/benchmarks/noko_small
$ ab -c 1 -n 200 http://127.0.0.1:3000/benchmarks/builder
$ ab -c 1 -n 200 http://127.0.0.1:3000/benchmarks/builder