csgillespie/efficientR

8.6 CPU `get_datatable`

Opened this issue · 1 comments

Function on line 220, chapter 8 (

You get the model specifications of the top CPUs using `get_datatable(res)`.
) 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.

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!