Skip to content

Commit

Permalink
proper output file for join report
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Oct 15, 2019
1 parent 3f3e1ee commit f3ded97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ rm -rf ./public
rm -f ./report-done
$DO_REPORT && Rscript -e 'rmarkdown::render("index.Rmd", output_dir="public")' > ./out/rmarkdown_index.out 2>&1 && echo "# Benchmark index report produced"
$DO_REPORT && Rscript -e 'rmarkdown::render("groupby.Rmd", output_dir="public")' > ./out/rmarkdown_groupby.out 2>&1 && echo "# Benchmark groupby report produced"
$DO_REPORT && Rscript -e 'rmarkdown::render("join.Rmd", output_dir="public")' > ./out/rmarkdown_groupby.out 2>&1 && echo "# Benchmark join report produced"
$DO_REPORT && Rscript -e 'rmarkdown::render("join.Rmd", output_dir="public")' > ./out/rmarkdown_join.out 2>&1 && echo "# Benchmark join report produced"
$DO_REPORT && Rscript -e 'rmarkdown::render("history.Rmd", output_dir="public")' > ./out/rmarkdown_history.out 2>&1 && echo "# Benchmark history report produced"
$DO_REPORT && Rscript -e 'rmarkdown::render("tech.Rmd", output_dir="public")' > ./out/rmarkdown_tech.out 2>&1 && echo "# Benchmark tech report produced"

Expand Down

0 comments on commit f3ded97

Please sign in to comment.