Skip to content

benchmark the `linalg` module

STEVAN Antoine requested to merge bench-linalg into main

this MR

  • adds criterion as a dependency
  • creates a linalg.rs benchmark file
  • makes the following function public
    • Matrix::transpose
    • Matrix::invert
    • Matrix::mul
  • creates a new benches/ directory containing
    • a README with commands
    • a plot.py file to plot results
    • a linalg.rs file with the benchmarks

example results

Figure_1

Edited by STEVAN Antoine

Merge request reports