GitXplorerGitXplorer
k

railsperf

public
19 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
27b16dfb7ee367d919db2c778017156ed5322aad

Use puma with socket

kkirs committed 10 years ago
Unverified
e3e793418833276cb81eabbe5efb1a325e41d968

Fixed title tests

kkirs committed 10 years ago
Unverified
5cf4dfb8fdcc6b37f2644245af11794f8d78f232

Append log dir

kkirs committed 10 years ago
Unverified
1f1f05c7defe5d542175a7a8018b1ef1e8a8dd0d

Don't ignore log

kkirs committed 10 years ago
Unverified
5ae26c2f5d09a0a066f2535b85eaeb61282cb649

Start mongo on travis

kkirs committed 10 years ago
Unverified
b907d5e950b0c2103d36ee88c003dcf5a81293a1

Travis badge

kkirs committed 10 years ago

README

The README file for this repository.

rails-perf

Build Status

Yves Senn's quote:

While performance improvements are made in specific areas the overall
performance of the Rails-Stack is hard to keep track of.
After the RC's are released we usually get a handful of performance
regressions that we then address.

Performance should be a concern when working on the framework.
Making it possible to see the impact from a specific commit will go a long
way to improve things.

While RubyBench is focused on long-running MRI and Rails metrics, RailsPerf is applying few short benchmark scripts on specific release or commit in Rails.

Right now RailsPerf can run benchmarks against specific Gemfile with Rails target listed. Builds are enqueed to Sidekiq and data is stored in MongoDB. Every build is compared with major Rails versions. You can add your own benchmark by commiting the file into benchmarks/ directory.

Author

Kir Shatrov

Sponsored by Evil Martians