]> git.lizzy.rs Git - rust.git/commitdiff
internal: switch from CLI to internal benchmarking
authorAleksey Kladov <aleksey.kladov@gmail.com>
Tue, 30 Mar 2021 08:59:00 +0000 (11:59 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Tue, 30 Mar 2021 10:52:25 +0000 (13:52 +0300)
We have a CLI for benchmarking, but no one actually uses it it seems.
Let's try switching to "internal" benchmarks, implemented as rust tests.
They should be easier to "script" to automate tracking of perf
regressions.


No differences found