aboutsummaryrefslogtreecommitdiff
path: root/vignettes/web_only/benchmarks.rmd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-02-17 21:50:07 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2023-02-17 21:50:07 +0100
commit5811ab93d856bb339a35eef2d23266fcb781cbe7 (patch)
tree803c3736fe3249de16b6ff8e2644a1c77c2f2db5 /vignettes/web_only/benchmarks.rmd
parent34abc09f656cfd60512b40c1324c4302a24fd5fb (diff)
Update benchmark results for 7950X
Diffstat (limited to 'vignettes/web_only/benchmarks.rmd')
-rw-r--r--vignettes/web_only/benchmarks.rmd3
1 files changed, 2 insertions, 1 deletions
diff --git a/vignettes/web_only/benchmarks.rmd b/vignettes/web_only/benchmarks.rmd
index 117dc96a..132e5062 100644
--- a/vignettes/web_only/benchmarks.rmd
+++ b/vignettes/web_only/benchmarks.rmd
@@ -1,7 +1,7 @@
---
title: "Benchmark timings for mkin"
author: "Johannes Ranke"
-date: Last change 14 July 2022 (rebuilt `r Sys.Date()`)
+date: Last change 17 February 2023 (rebuilt `r Sys.Date()`)
output:
html_document:
toc: true
@@ -47,6 +47,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"]]

Contact - Imprint