summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-15 19:17:03 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-15 19:17:03 +0800
commitb76b0e06520b37b0691611434857d4c1d3b290dc (patch)
tree6ef27ca9156faa545be8f137b7dd2f66f3c4549f /Cargo.toml
parent2c61872cea2ad06e2d49f1ddd457ebc9b795fb7d (diff)
Add benchmark for ID alias operations
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3fa49b9..78216b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -115,6 +115,10 @@ harness = false
name = "sheet_tree_benchmark"
harness = false
+[[bench]]
+name = "id_alias_benchmark"
+harness = false
+
[dependencies]
# ffi
jvlib = { path = "ffi" }