diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-04-13 12:13:24 +0200 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-04-13 12:13:24 +0200 |
| commit | 1439330daed4331eb1ff34e1429ba1ae2fafe937 (patch) | |
| tree | 5a03b45048855c206f10737b5b9268dadee0c19b /benches/results.py | |
| parent | 57da910f0f257f47b7d07739b231da1d502a4096 (diff) | |
adding klib bench
Diffstat (limited to 'benches/results.py')
| -rw-r--r-- | benches/results.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benches/results.py b/benches/results.py index e6c6f4c..047d9c0 100644 --- a/benches/results.py +++ b/benches/results.py @@ -104,6 +104,7 @@ def main(): "std::unordered_map": root_dir / "unordered.json", "tidwall": root_dir / "tidwall.json", "absl::flat_hash_map": root_dir / "abseil.json", + "khash": root_dir / "klib.json", } all_results = {} |
