From 71d4fe31c22da5d755d155e2d2571b809be72d79 Mon Sep 17 00:00:00 2001 From: Pratik Gupte Date: Wed, 12 Jun 2024 14:03:54 +0100 Subject: [PATCH] Add benchmark_analyze() to touchstone script --- touchstone/script.R | 3 +++ 1 file changed, 3 insertions(+) diff --git a/touchstone/script.R b/touchstone/script.R index 26de13cb..19b5158c 100644 --- a/touchstone/script.R +++ b/touchstone/script.R @@ -69,3 +69,6 @@ touchstone::benchmark_run( }, n = 100 ) + +# generate benchmark +touchstone::benchmark_analyze()