Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lazywei/ruby-bench-barebone
Barebone rails application for ruby-bench
https://github.com/lazywei/ruby-bench-barebone
Last synced: 22 days ago
JSON representation
Barebone rails application for ruby-bench
- Host: GitHub
- URL: https://github.com/lazywei/ruby-bench-barebone
- Owner: lazywei
- Created: 2014-06-05T08:06:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T09:14:37.000Z (over 10 years ago)
- Last Synced: 2023-04-03T15:38:36.945Z (over 1 year ago)
- Language: Ruby
- Homepage: http://rb-bench.cwchang.me/
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Barebone rails app for ruby-bench
======The goal of this barebone app is to cover most of Rails' codebase. In other words, we will try to use as many Rails features as possible so we can write benchmarking/profiling against them. It's more than welcome if you have any idea that can improve the coverage. Just fork and send me a pull request!
## Installation
Pull from github, and run bundle
```
git clone https://github.com/lazywei/ruby-bench-barebone.git
cd ruby-bench-barebone
bundle
```## Running
### Benchmarking
Get simple metrics:
```
rake test:benchmark
```### Profiling
Get an in-depth analysis:
```
rake test:profile
```## Requirements
- list dependencies here
## Structure
- list strucutre of this barebone app here
- for example, controllers/actions, and what they are supposed to do