aboutsummaryrefslogtreecommitdiffstats
path: root/benches/results.py
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-04-13 12:13:24 +0200
committerFabrice <fabrice@schaub-dev.xyz>2026-04-13 12:13:24 +0200
commit1439330daed4331eb1ff34e1429ba1ae2fafe937 (patch)
tree5a03b45048855c206f10737b5b9268dadee0c19b /benches/results.py
parent57da910f0f257f47b7d07739b231da1d502a4096 (diff)
adding klib bench
Diffstat (limited to 'benches/results.py')
-rw-r--r--benches/results.py1
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 = {}