dlang / project-ideas

Collection of impactful projects in the D ecosystem
36 stars 12 forks source link

std.benchmark #13

Open burner opened 5 years ago

burner commented 5 years ago

Ideally every function in Phobos should have its own benchmark suite which is run for every PR to check for performance improvements or regressions.

burner commented 5 years ago

https://github.com/burner/benchmark

lesderid commented 5 years ago

This link is broken.

burner commented 5 years ago

quicktext like testing can be found in https://github.com/atilaneves/unit-threaded

RazvanN7 commented 1 year ago

We already have std.datetime.stopwatch.datetime. Is this what this project is asking for or is to actually create a test agent that tests for performance regressions? I would argue that this should not necessarily be part of the standard testing suite, but rather be asked for at review time.