JSAbrahams / mamba

🐍 The Mamba programming language, because we care about safety
MIT License
88 stars 4 forks source link

Can we add benchmarking? #450

Open JSAbrahams opened 1 year ago

JSAbrahams commented 1 year ago

Summary of current issue

Currently, we perform no benchmarking. In general it would be nice to as the project matures include some sort of benchmarking to check to what extent there is regression in performance.

Proposed change

JSAbrahams commented 1 year ago

Perhaps https://github.com/bheisler/criterion.rs is interesting