Skip to content

Performance benchmarking using airspeed velocity #277

Description

@galenseilis

It may be fair to say that if one is writing discrete event simulations in pure Python that performance is not their 'top' priority. Python's dynamic typing and garbage collection preclude being in the top tier of performance among DES tools.

But I think that performance still matters and tracking and benchmarking can put some observability on performance issues.

I've been looking into airspeed velocity. It supports running benchmarks across commits so you can see how things have improved or worsened. It is kind of like writing unit tests, except that they measure run times and memory usage.

I suggest trying this out with Ciw.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    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