feat(DbTx): add get_by_encoded_key (#13171)

This commit is contained in:
Hai | RISE
2024-12-06 20:58:17 +07:00
committed by GitHub
parent 634db30b6b
commit fdff4f18f2
6 changed files with 88 additions and 7 deletions

View File

@ -129,3 +129,8 @@ harness = false
name = "iai"
required-features = ["test-utils"]
harness = false
[[bench]]
name = "get"
required-features = ["test-utils"]
harness = false