3021: Add a performance test.
authorTom Clegg <tom@curoverse.com>
Sat, 10 Jan 2015 08:49:25 +0000 (03:49 -0500)
committerTom Clegg <tom@curoverse.com>
Wed, 14 Jan 2015 05:41:57 +0000 (00:41 -0500)
commitf2834f4447a9b9b601c0b4f49434a77f9f054e50
treea6cd6c199a761acf2bf214826e6db46cba5587a6
parent2d095685cb582285e7ed89c7a984e5277aae0104
3021: Add a performance test.

ActiveSupport doesn't seem to think its profiling code is compatible
with Ruby 2.1, but it seems to work if you patch up a version check in
activesupport:

.../activesupport-3.2.17/lib/active_support/testing/performance/ruby.rb

-if RUBY_VERSION.between?('1.9.2', '2.0.0')
+if RUBY_VERSION.between?('1.9.2', '3.0.0')
services/api/Gemfile
services/api/Gemfile.lock
services/api/test/performance/browsing_test.rb [deleted file]
services/api/test/performance/links_index_test.rb [new file with mode: 0644]