Posts tagged performance

Oct06

Improving the load time of your application

performance loadtime ruby sinatra monk | comments

Step 0: Benchmark!

(Disclaimer: the code that follows is in no way a prescription on how to write good benchmarking code but was simply written in a minute :-)

Continue reading »

Jun08

Acts as Solr 3x Performance Boost on Tests

ruby testing tdd bdd acts_as_solr performance | comments

If you’re using actsassolr and not disabling it on your tests, or want to enable or disable it selectively, try my fork of mattmatt-actsassolr on http://github.com/cyx/actsassolr.

In a nutshell, you put this in your testhelper:

Continue reading »