aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-history/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-06-26 12:40:17 +0100
committerGitHub <noreply@github.com>2024-06-26 12:40:17 +0100
commit1201caee5c7b3020e1c879e527feb934fd1d8023 (patch)
tree5af6ecc78075401e459c97b65f74689e141d5137 /crates/atuin-history/Cargo.toml
parentfeat: add several other GitHub access token patterns (#2200) (diff)
downloadatuin-1201caee5c7b3020e1c879e527feb934fd1d8023.zip
perf(search): benchmark smart sort (#2202)
Diffstat (limited to 'crates/atuin-history/Cargo.toml')
-rw-r--r--crates/atuin-history/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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