Runs some specific code benchmarks between RubyMotion and regular Ruby
To use,
- edit
lib/benchmark_this.rb
to enable the exact test you want to run (due to certain memory issues at the moment, it's not advisable to enable them all at the same time). - run
rake
to run the pure ruby test cd
torubymotion
and runbundle install
, thenrake
to run the RubyMotion version