Skip to content

Don't count qpsolvers matrix build times in solver times #12

@stephane-caron

Description

@stephane-caron

Currently we time solvers externally, so that the timing will include both matrix build and solve times. This is done in qpbenchmark/utils.py by, essentially:

start_time = perf_counter()
solution = qpsolvers.solve_problem(problem, solver=solver)
runtime = perf_counter() - start_time

Separating build and solve times would allow a more fair comparison. It should be done upstream in qpsolvers: qpsolvers/qpsolvers#255

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions