Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-23T07:28:27.000Z (almost 15 years ago)
- Last Synced: 2024-10-31T06:50:47.276Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 177 KB
- Stars: 15
- Watchers: 1
- 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