summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-14 17:49:02 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-14 17:49:02 +0800
commite7115911f81a2ae5ac5f8afdf7a121d803ae47af (patch)
tree29cc33f8dd8d57e28b3fd49d7c226a8e2d6d5121 /Cargo.toml
parent6cc6d2ccb262aca4fdab39e5254dfef0e70dfa5e (diff)
Add benchmark for SheetDataTree performance
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 8118e7d..1ec6c84 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -111,6 +111,10 @@ criterion = "0.8"
name = "sheet_benchmark"
harness = false
+[[bench]]
+name = "sheet_tree_benchmark"
+harness = false
+
[dependencies]
# ffi
jvlib = { path = "ffi" }