Open mikerspencer opened 4 years ago
Function on line 220, chapter 8 (https://github.com/csgillespie/efficientR/blob/397f108ff0314fcdc67c6d05c0e87a2ea2f078a4/08-hardware.Rmd#L220) doesn't work for me. There is this function in a related package, but it requires arguments for which group of tests you want the top CPU list for:
benchmarkmeData::get_datatable_past("matrix_fun")
get_datatable_past also requires the DT package to run.
get_datatable_past
DT
Thanks for the report. As author of benchmarkme I think @csgillespie is well-equipped to address this. Really want to update the book but it's a question of finding the time!
benchmarkme
Function on line 220, chapter 8 (https://github.com/csgillespie/efficientR/blob/397f108ff0314fcdc67c6d05c0e87a2ea2f078a4/08-hardware.Rmd#L220) doesn't work for me. There is this function in a related package, but it requires arguments for which group of tests you want the top CPU list for:
benchmarkmeData::get_datatable_past("matrix_fun")
get_datatable_past
also requires theDT
package to run.