From 48d739956a16dc23062c3d36af3a9af331b62e61 Mon Sep 17 00:00:00 2001 From: Andrej Korman Date: Tue, 5 Oct 2021 14:18:55 +0200 Subject: [PATCH] Fix rrr_vector timing --- benchmark/rrr_vector/test_case.config | 8 ++++---- benchmark/rrr_vector/visualize/rrr.R | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/benchmark/rrr_vector/test_case.config b/benchmark/rrr_vector/test_case.config index 96249a9b9..51fce71da 100644 --- a/benchmark/rrr_vector/test_case.config +++ b/benchmark/rrr_vector/test_case.config @@ -4,7 +4,7 @@ # (3) LaTeX name # (4) Download link (if not generated automatically, like rnd_X.Y) RND50-16M;../data/rnd_50.16MB;rnd-50.16M; -WT-DNA-16MB;../data/WT-DNA-16MB;wt-dna.16M;http://people.eng.unimelb.edu.au/sgog/data/WT-DNA-16MB.gz -WT-WEB-16MB;../data/WT-WEB-16MB;wt-web.16M;http://people.eng.unimelb.edu.au/sgog/data/WT-WEB-16MB.gz -WT-DNA-1GB;../data/WT-DNA-1GB;wt-dna.1G;http://people.eng.unimelb.edu.au/sgog/data/WT-DNA-1GB.gz -WT-WEB-1GB;../data/WT-WEB-1GB;wt-web.1G;http://people.eng.unimelb.edu.au/sgog/data/WT-WEB-1GB.gz +WT-DNA-16MB;../data/WT-DNA-16MB;wt-dna.16M;https://people.eng.unimelb.edu.au/sgog/data/WT-DNA-16MB.gz +WT-WEB-16MB;../data/WT-WEB-16MB;wt-web.16M;https://people.eng.unimelb.edu.au/sgog/data/WT-WEB-16MB.gz +WT-DNA-1GB;../data/WT-DNA-1GB;wt-dna.1G;https://people.eng.unimelb.edu.au/sgog/data/WT-DNA-1GB.gz +WT-WEB-1GB;../data/WT-WEB-1GB;wt-web.1G;https://people.eng.unimelb.edu.au/sgog/data/WT-WEB-1GB.gz diff --git a/benchmark/rrr_vector/visualize/rrr.R b/benchmark/rrr_vector/visualize/rrr.R index 2f1e1518e..2f8da7e99 100644 --- a/benchmark/rrr_vector/visualize/rrr.R +++ b/benchmark/rrr_vector/visualize/rrr.R @@ -112,7 +112,7 @@ for ( compile_id in compile_config[["COMPILE_ID"]] ){ Compile options: \\texttt{",gsub("_","\\\\_",compile_config[compile_id, "OPTIONS"]),"}. } - \\end{figure}") + \\end{figure}", sep="") } # Handle space @@ -143,7 +143,7 @@ dev.off() tex_doc <- paste(tex_doc,"\\begin{figure} \\input{",fig_name,"} \\caption{Space of \\texttt{rrr\\_vector} dependent on block size K.}. - \\end{figure}") + \\end{figure}", sep="") tex_doc <- paste(tex_doc, readLines("rrr-footer.tex"),collapse="\n")