1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides/source/profiling.md

17 lines
508 B
Markdown
Raw Normal View History

*DO NOT READ THIS FILE ON GITHUB, GUIDES ARE PUBLISHED ON http://guides.rubyonrails.org.**
2014-12-30 20:05:10 -05:00
A Guide to Profiling Rails Applications
=======================================
This guide covers built-in mechanisms in Rails for profiling your application.
After reading this guide, you will know:
* Rails profiling terminology.
* How to write benchmark tests for your application.
* Other benchmarking approaches and plugins.
--------------------------------------------------------------------------------