diff options
Diffstat (limited to 'vignettes/web_only/benchmarks.R')
-rw-r--r-- | vignettes/web_only/benchmarks.R | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vignettes/web_only/benchmarks.R b/vignettes/web_only/benchmarks.R index 6c9b133e..46081ca9 100644 --- a/vignettes/web_only/benchmarks.R +++ b/vignettes/web_only/benchmarks.R @@ -20,6 +20,7 @@ cpu_model <- benchmarkme::get_cpu()$model_name cpu_model <- gsub("AMD ", "", cpu_model) cpu_model <- gsub("Intel\\(R\\) Core\\(TM\\) ", "", cpu_model) cpu_model <- gsub(" Eight-Core Processor", "", cpu_model) +cpu_model <- gsub(" 16-Core Processor", "", cpu_model) cpu_model <- gsub(" CPU @ 2.50GHz", "", cpu_model) operating_system <- Sys.info()[["sysname"]] |