symforce.benchmarks.run_benchmarks module#
Helper script to run all of the benchmarks, and put timing results into a directory
See README files in each directory for a description of each benchmark
- class MatmulBenchmarkConfig(matrix_name: str, scalar_type: str, test: str, M: int, N: int, size: int, nnz: int)[source]#
Bases:
object
- Parameters: