Mentions légales du service

Skip to content

Benchmarks: do not compute twice symmetric benchs

Théophile BASTIAN requested to merge tbastian/sym_compute_benchs into master

In benchmarks.compute_benchs, add an option to avoid computing twice a benchmark when the matrix is symmetric.

Fixes #17 (closed).

NOTE TO REVIEWER: please pay attention to the places where I pass symmetric_benchs=True to a compute_benchs call; I may have messed up.

Merge request reports