Rollback api address and remove mimalloc

This commit is contained in:
2026-08-13 11:56:25 +03:00
parent a21fd5e69b
commit a5bcfe0b1d
5 changed files with 20 additions and 38 deletions
+6 -5
View File
@@ -19,7 +19,7 @@ sha2 = "0.11.0"
tokio = { version = "1.53.1", features = ["rt", "rt-multi-thread", "macros"] }
hex = "0.4.3"
zstd = "0.13.3"
mimalloc = "0.1.52"
#mimalloc = "0.1.52"
[dev-dependencies]
criterion = "0.8.2"
@@ -28,7 +28,8 @@ criterion = "0.8.2"
name = "split_bench" # Имя файла в benches/ без расширения
harness = false # Отключаем стандартный тестовый раннер
#[profile.release]
#codegen-units = 1
#lto = true
#opt-level = 3
[profile.super-release]
inherits = "release"
codegen-units = 1
lto = true
opt-level = 3