|
|
|
|
|
by raphael_kimmig
4879 days ago
|
|
There is a neural net example benchmark in the topaz git repo. Don't know how representative that example is, but at least
startup time shouldn't be dominating the results... $ ruby -v
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.3.0]
$ ruby bench_neural_net.rb
ruby bench_neural_net.rb 17,74s user 0,02s system 99% cpu 17,771 total
$ bin/topaz bench_neural_net.rb
bin/topaz bench_neural_net.rb 3,43s user 0,03s system 99% cpu 3,466 total
|
|