From be7bab4fa9927d0034a32e9f8915a749f0ecf241 Mon Sep 17 00:00:00 2001 From: Keenan Tims Date: Sat, 18 Mar 2023 21:50:46 -0700 Subject: [PATCH] Fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0eb038b..c19685a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Takes a list of whitespace-separated IPs or IP networks and aggregates them to t Performance comparison of `rs-aggregate` vs `aggregate6`. A speedup of >100x is achieved on DFZ data. Full DFZ (1154968 total, 202729 aggregates): -![dfz perf comparison](perfdata/perfcomp_all.png) +![dfz perf comparison](doc/perfcomp_all.png) IPv4 DFZ (968520 total, 154061 aggregates): -![ipv4 dfz perf comparison](perfdata/perfcomp_v4.png) \ No newline at end of file +![ipv4 dfz perf comparison](doc/perfcomp_v4.png) \ No newline at end of file