Rollback api address and remove mimalloc
This commit is contained in:
+6
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user