Skip to content

mattetti/noko-vs-builder-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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

About

Rails app to benchmark Nokogiri's XML builder vs Builder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published