Posts tagged "benchmark"

Understanding the latest Rails benchmarks

Erik DeBill has put two interesting benchmarks on his blog. The first one compares the performance of different Ruby implementations in Rails development mode while the second compares their performance in Rails boot time. If you haven’t read them yet, please do it now. Benchmarking code is an important practice, but it can be misleading … »