SPECint2006 {nutshell} | R Documentation |
This data set contains results from the SPECint2006 benchmarks.
data(SPECint2006)
A data frame with 1233 observations on the following 9 variables.
Benchmark
CINT2006
Hardware.Vendor
System
Num.Cores
Num.Chips
Num.Cores.Per.Chip
Result
Baseline
Published
This data set is used an example in the book "R in a Nutshell" from O'Reilly Media.
http://www.spec.org/cpu2006/
data(SPECint2006) t.test(subset(SPECint2006,Num.Chips==1&Num.Cores==2)$Baseline, subset(SPECint2006,Num.Chips==1&Num.Cores==2)$Result, paired=TRUE)