Skip to content

Extract ActionDispatch::PerformanceTest #8876

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 10, 2013

Conversation

senny
Copy link
Member

@senny senny commented Jan 10, 2013

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