diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-14 17:49:02 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-14 17:49:02 +0800 |
| commit | e7115911f81a2ae5ac5f8afdf7a121d803ae47af (patch) | |
| tree | 29cc33f8dd8d57e28b3fd49d7c226a8e2d6d5121 /Cargo.toml | |
| parent | 6cc6d2ccb262aca4fdab39e5254dfef0e70dfa5e (diff) | |
Add benchmark for SheetDataTree performance
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -111,6 +111,10 @@ criterion = "0.8" name = "sheet_benchmark" harness = false +[[bench]] +name = "sheet_tree_benchmark" +harness = false + [dependencies] # ffi jvlib = { path = "ffi" } |
