From 1201caee5c7b3020e1c879e527feb934fd1d8023 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 26 Jun 2024 12:40:17 +0100 Subject: perf(search): benchmark smart sort (#2202) --- crates/atuin-history/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'crates/atuin-history/Cargo.toml') diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index 4836cf74..2ed0e1a5 100644 --- a/crates/atuin-history/Cargo.toml +++ b/crates/atuin-history/Cargo.toml @@ -39,3 +39,12 @@ tracing = "0.1" uuid = { workspace = true } unicode-segmentation = "1.11.0" sysinfo = "0.30.7" + +[dev-dependencies] +tracing-tree = "0.3" +divan = "0.1.14" +rand = { workspace = true } + +[[bench]] +name = "smart_sort" +harness = false -- cgit v1.3.1