Skip to content

Instantly share code, notes, and snippets.

@sbeckeriv
Created June 28, 2015 00:04
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 sbeckeriv/d9d2c03b19178a888c32 to your computer and use it in GitHub Desktop.
Save sbeckeriv/d9d2c03b19178a888c32 to your computer and use it in GitHub Desktop.
Smith-Waterman Bench
v0.1.0
many = 7k x 7k
many_many = 70k * 7k
mac osx 10.10.2
2.7 GHz Intel Core i7
16 gigs of ram
running 6 tests
test tests::bench_maxtrix_fn ... bench: 4,890,682 ns/iter (+/- 316,893)
test tests::bench_maxtrix_fn_many ... bench: 1,371,145,225 ns/iter (+/- 12,085,747)
test tests::bench_maxtrix_fn_many_many ...bench: 13,824,121,251 ns/iter (+/- 53,800,752)
test tests::bench_maxtrix_loops ... bench: 2,749,142 ns/iter (+/- 593,391)
test tests::bench_maxtrix_loops_many ... bench: 1,259,114,070 ns/iter (+/- 18,139,670)
test tests::bench_maxtrix_loops_many_many ... bench: 38,645,070,950 ns/iter (+/- 273,690,186)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment