SciRuby / numruby

Fast Numerical Linear Algebra Library for Ruby. NMatrix reimplementation.
BSD 3-Clause "New" or "Revised" License
45 stars 10 forks source link

Add more benchmarking code #50

Open Uditgulati opened 4 years ago

Uditgulati commented 4 years ago

Currently, there is only benchmarking code for basic operations. There needs to be benchmarks for other operations such as iteration, indexing, linear algebra etc.