From a791b7542670fe323a0a45029f5fd665d65e961d Mon Sep 17 00:00:00 2001 From: Shunsuke Kanda Date: Fri, 9 Jul 2021 22:38:09 +0900 Subject: [PATCH] minor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7ab049..a1597c2 100644 --- a/README.md +++ b/README.md @@ -564,11 +564,11 @@ The code of the benchmark can be found [here](https://github.com/kampersanda/fas ### Results -#### Plots: memory vs. lookup +#### Plot: memory usage vs. lookup time ![lookup_vs_memory](https://github.com/kampersanda/xcdat/blob/master/image/lookup_vs_memory.png?raw=true) -#### Plots: memory vs. build +#### Plot: memory usage vs. build time ![build_vs_memory](https://github.com/kampersanda/xcdat/blob/master/image/build_vs_memory.png?raw=true)