/mybench

Benchmarking tests

MIT LicenseMIT

Local benchmarking code

if (!requireNamespace("benchmarkme", quietly = TRUE)) {
  install.packages("benchmarkme")
}
library(benchmarkme)

Poseidon 22

if (!file.exists("res-poseidon22.Rds")) {
  res = benchmark_std()
  saveRDS(res, "res-poseidon22.Rds")
}
res = readRDS("res-poseidon22.Rds")
sum(res$elapsed)
[1] 33.657
plot(res)
You are ranked 1 out of 749 machines.

Press return to get next plot 

You are ranked 60 out of 747 machines.

Press return to get next plot 

You are ranked 61 out of 747 machines.

Workstation Pro

res = readRDS("res-wsp24.Rds")
names(res)
[1] "user"       "system"     "elapsed"    "test"       "test_group"
[6] "cores"     
sum(res$elapsed)
[1] 28.42
plot(res)
You are ranked 1 out of 749 machines.

Press return to get next plot 

You are ranked 59 out of 747 machines.

Press return to get next plot 

You are ranked 59 out of 747 machines.