Skip to content

Speeding up distribution tests #2324

@rok-cesnovar

Description

@rok-cesnovar

Description

The distribution tests on develop currently run for 12h. The recently added varmat signatures basically added a x2 testing burden but the distribution tests were unsustainable even before that.

Adding beefier machines is not an option here because the machines we use are already fast.

Ideas to speedup testing:

  • use precompiled headers (most of the time falls under compiling so maybe?)
  • only test non-similar signatures (meaning that we only test with foo(vector) if the function supports foo(vector), foo(row_vector), foo(array[] real)

Anyone has any idea here?

Current Version:

v3.4.0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions