AMS Benchmark tests #832

Adding a benchmak test structure to help contributors to keep track
of how their PR will impact overall performance.

It enables developers to create test inside of tests/benchmark.

This implementation adds a rake task: ```rake benchmark``` that checkout
one commit before, run the test of  tests/benchmark, then mover back to
the last commit and run it again. By comparing the benchmark results between
both commits the contributor will notice if and how much  his contribution
will impact overall performance.
This commit is contained in:
João Moura
2015-03-31 20:41:50 -03:00
committed by Benjamin Fleischer
parent 31a30c8214
commit 952ab0438f
3 changed files with 86 additions and 0 deletions

View File

@@ -45,4 +45,5 @@ end
group :development, :test do
gem 'rubocop', '~> 0.36', require: false
gem 'git'
end