From 1439330daed4331eb1ff34e1429ba1ae2fafe937 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Mon, 13 Apr 2026 12:13:24 +0200 Subject: adding klib bench --- benches/results.py | 1 + 1 file changed, 1 insertion(+) (limited to 'benches/results.py') 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 = {} -- cgit v1.2.3