diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-15 19:17:03 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-15 19:17:03 +0800 |
| commit | b76b0e06520b37b0691611434857d4c1d3b290dc (patch) | |
| tree | 6ef27ca9156faa545be8f137b7dd2f66f3c4549f /Cargo.toml | |
| parent | 2c61872cea2ad06e2d49f1ddd457ebc9b795fb7d (diff) | |
Add benchmark for ID alias operations
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -115,6 +115,10 @@ harness = false name = "sheet_tree_benchmark" harness = false +[[bench]] +name = "id_alias_benchmark" +harness = false + [dependencies] # ffi jvlib = { path = "ffi" } |
