From 7d5bf976d0a99a119a119e8ddbfce95c7e5acff4 Mon Sep 17 00:00:00 2001
From: David Nieder <david.nieder@cs.tu-dortmund.de>
Date: Fri, 13 Jan 2023 17:55:15 +0000
Subject: [PATCH] add plot to readme

---
 readme.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/readme.md b/readme.md
index caec704..487a62a 100644
--- a/readme.md
+++ b/readme.md
@@ -75,3 +75,5 @@ Time: 18.4405s, size: 10000000, capacity: 67108864, alpha: 0.149012
 Table: hashing by multiplication, double hashing, alpha: 0.75, s: 2
 Time: 15.5715s, size: 10000000, capacity: 16777216, alpha: 0.596046
 ```
+### Results ###
+![Barplot of the benchmark results](https://gitlab.fachschaften.org/wester/hashtable-open-addressing/-/raw/ad353c868e41e5bb9218b3e6638f6ae43d9e978c/plot/barplot.svg)
-- 
GitLab