Skip to content

Instantly share code, notes, and snippets.

@AtheMathmo
Last active April 17, 2016 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AtheMathmo/65bf0e7a902a133c1420ede462142527 to your computer and use it in GitHub Desktop.
Save AtheMathmo/65bf0e7a902a133c1420ede462142527 to your computer and use it in GitHub Desktop.
Benchmarks for rusty-machine multiplication
test linalg::matrix::mat_mul_128_100 ... bench: 213,072 ns/iter (+/- 47,042)
test linalg::matrix::mat_mul_128_1000 ... bench: 1,996,190 ns/iter (+/- 66,789)
test linalg::matrix::mat_mul_128_10000 ... bench: 21,215,542 ns/iter (+/- 793,933)
test linalg::matrix::mat_mul_128_100000 ... bench: 211,979,455 ns/iter (+/- 13,750,261)
test linalg::matrix::mat_paramul_128_100 ... bench: 270,320 ns/iter (+/- 167,244)
test linalg::matrix::mat_paramul_128_1000 ... bench: 1,253,315 ns/iter (+/- 1,715,936)
test linalg::matrix::mat_paramul_128_10000 ... bench: 11,659,379 ns/iter (+/- 2,533,431)
test linalg::matrix::mat_paramul_128_100000 ... bench: 112,330,287 ns/iter (+/- 4,083,264)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment