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
- Host: GitHub
- URL: https://github.com/mattetti/noko-vs-builder-benchmark
- Owner: mattetti
- Created: 2010-02-23T07:17:32.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-23T07:28:27.000Z (over 15 years ago)
- Last Synced: 2025-03-25T15:49:14.382Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 177 KB
- Stars: 15
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
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