GitXplorerGitXplorer
k

railsperf

public
19 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
e76fca22509ca36b1c987332a9e6ff4c1960ab54

Prepare travis

kkirs committed 10 years ago
Unverified
af6e6a060debf103f08b4d3235d779fa3b659d03

Tests for payload and fixed test_helper

kkirs committed 10 years ago
Unverified
06b08752b82b95e3ed010ade8168a61c67310deb

Log github commits

kkirs committed 10 years ago
Unverified
28de9d68a798ef3eb0b1581987bdfb21b7ae37a9

Append puma logs

kkirs committed 10 years ago
Unverified
dd74fe9cc292dfe0d3d45985e2af80fc6b91e8a5

Puma config with logger

kkirs committed 10 years ago
Unverified
025660281d34b190c3755bc0629350e3e8648dde

Fixed binstub

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