From 8447ecf747f7488a904a47a53a770848e5beaf12 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 30 Mar 2021 11:59:00 +0300 Subject: [PATCH] internal: switch from CLI to internal benchmarking 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.