Search code examples
rubycoldfusionbenchmarkingrailo

Are there any benchmark tests that compare ColdFusion to Ruby?


This is not a "which language is faster question."

Are there any benchmark tests that compare ColdFusion to Ruby? I've found a lot on Ruby, but there's very little on ColdFusion. It's interesting and informative to look at benchmarks on http://benchmarksgame.alioth.debian.org/, but I'm unable to find ColdFusion on their site.


Solution

  • ColdFusion is an application server, Ruby is a language. It would be easier to compare it to Rails (deployed on Passenger/Nginx for example), in that case you can use for example JMeter and test your exact user scenario.