Skip to content

Extract ActionDispatch::PerformanceTest#8876

Merged
guilleiguaran merged 3 commits into
rails:masterfrom
senny:extract_performance_tests
Jan 10, 2013
Merged

Extract ActionDispatch::PerformanceTest#8876
guilleiguaran merged 3 commits into
rails:masterfrom
senny:extract_performance_tests

Conversation

@senny

@senny senny commented Jan 10, 2013

Copy link
Copy Markdown
Member

I extracted the performance tests and put them into a gem called "rails-perftest" https://github.com/rails/rails-perftest

Work:

  • The performance_testing Guide is the README of the new gem
  • Extracted performance test code
  • Modified the generators
  • Extracted rails benchmarker and rails profiler
  • Removed all references to the performance tests

The extracted gem is a drop-in solution. Currently the perftest gem's executable makes use of the pwd to determine the Rails.root. We can replace this with the new binstubs but I'm not completely sure how to do it 😓

guilleiguaran added a commit that referenced this pull request Jan 10, 2013
Extract ActionDispatch::PerformanceTest
@guilleiguaran
guilleiguaran merged commit 416a179 into rails:master Jan 10, 2013
@senny
senny deleted the extract_performance_tests branch January 10, 2013 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants