-
- Downloads
benchmark the `linalg` module (dragoon/komodo!43)
this MR - adds `criterion` as a dependency - creates a `linalg.rs` benchmark file - makes the following function `pub`lic - `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 
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- Cargo.toml 4 additions, 0 deletionsCargo.toml
- benches/README.md 9 additions, 0 deletionsbenches/README.md
- benches/linalg.rs 54 additions, 0 deletionsbenches/linalg.rs
- benches/plot.py 79 additions, 0 deletionsbenches/plot.py
- src/linalg.rs 3 additions, 3 deletionssrc/linalg.rs
benches/README.md
0 → 100644
benches/linalg.rs
0 → 100644
benches/plot.py
0 → 100644
Please register or sign in to comment