diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-02-17 21:50:07 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-02-17 21:50:07 +0100 |
commit | 5811ab93d856bb339a35eef2d23266fcb781cbe7 (patch) | |
tree | 803c3736fe3249de16b6ff8e2644a1c77c2f2db5 /vignettes/web_only/benchmarks.R | |
parent | 34abc09f656cfd60512b40c1324c4302a24fd5fb (diff) |
Update benchmark results for 7950X
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"]] |