blob: ed5c46f272da498b98ba482b11dbfdbf83d5b39a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "mingling_bench"
version = "0.1.0"
edition = "2024"
publish = false
description = "Workspace-internal dispatch-strategy benchmark: linear list vs char trie vs perfect hash"
[dependencies]
mingling = { path = "../../../mingling" }
mingling_macros = { path = "../../../mingling_macros", features = ["bench_support"] }
prettytable-rs = "0.10"
[profile.release]
opt-level = 2
[workspace]
|