From 9c5c491e99fc3c16182eff802a0aeafe9c8bdf5f Mon Sep 17 00:00:00 2001 From: EngineerDanny Date: Sun, 28 Aug 2022 20:16:23 -0700 Subject: [PATCH 1/3] update script --- rperform/script.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rperform/script.R b/rperform/script.R index 65054eab3..f47310309 100644 --- a/rperform/script.R +++ b/rperform/script.R @@ -4,7 +4,7 @@ ## TEST 1 Rperform::plot_metrics( test_path = "tests/testthat/test-utils.R", - metric = "time", num_commits = 100, + metric = "time", num_commits = 110, save_data = TRUE, save_plots = TRUE, total_width_in = 30 From 54977e6a139d04dbbadfa55cd918efaf85bc65a0 Mon Sep 17 00:00:00 2001 From: EngineerDanny Date: Mon, 29 Aug 2022 05:44:02 -0700 Subject: [PATCH 2/3] update script --- rperform/script.R | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/rperform/script.R b/rperform/script.R index f47310309..71cce8b99 100644 --- a/rperform/script.R +++ b/rperform/script.R @@ -9,6 +9,20 @@ Rperform::plot_metrics( save_plots = TRUE, total_width_in = 30 ) +Rperform::plot_metrics( + test_path = "tests/testthat/test-install.R", + metric = "time", num_commits = 110, + save_data = TRUE, + save_plots = TRUE, + total_width_in = 30 +) +Rperform::plot_metrics( + test_path = "tests/testthat/test-reload.R", + metric = "time", num_commits = 110, + save_data = TRUE, + save_plots = TRUE, + total_width_in = 30 +) Rperform::plot_metrics( test_path = "tests/testthat/test-check.R", From 33409a03179570a4078b294936ac5877bec2c97d Mon Sep 17 00:00:00 2001 From: EngineerDanny Date: Mon, 29 Aug 2022 07:09:12 -0700 Subject: [PATCH 3/3] update --- rperform/script.R | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/rperform/script.R b/rperform/script.R index 71cce8b99..f47310309 100644 --- a/rperform/script.R +++ b/rperform/script.R @@ -9,20 +9,6 @@ Rperform::plot_metrics( save_plots = TRUE, total_width_in = 30 ) -Rperform::plot_metrics( - test_path = "tests/testthat/test-install.R", - metric = "time", num_commits = 110, - save_data = TRUE, - save_plots = TRUE, - total_width_in = 30 -) -Rperform::plot_metrics( - test_path = "tests/testthat/test-reload.R", - metric = "time", num_commits = 110, - save_data = TRUE, - save_plots = TRUE, - total_width_in = 30 -) Rperform::plot_metrics( test_path = "tests/testthat/test-check.R",