• Internal: Suppress warnings on sysctl calls
  • Fix: get_ram() for windows (thanks to @ArkaB-DS #41)
  • Deprecate Solaris support
  • Internal: Better detection of sysctl
  • Internal: Move to GitHub Actions
  • Internal: Detect sysctl on Macs
  • Bug: To run parallel checks, the package needs to be attached (thanks to @davidhen #33)
  • Improve RAM detection in Windows (thanks to @xiaodaigh #25)
  • Example on using IEC units (#22)
  • Minor Bug fix for get_sys_details (thanks to @dipterix)
  • Update version focused on R 3.5 & above. Start anew. Sorry everyone
  • Improved BLAS detection (suggested by @ck37 #15)
  • Adding parallel benchmarks (thanks to @jknowles)
  • Since JIT has been introduced, just byte compile the package for ease of comparison.
  • Add id_prefix to the upload function
  • Can now run benchmark_std() if the package is not attached (thanks to @YvesCR)
  • Nicer version of print.bytes() (thanks to @richierocks)
  • Adding parallel benchmarks (thanks to @jknowles)
  • Bug fix in get_byte_compiler when cmpfun was used.
  • Update to shinyapps.io example
  • Moved benchmark description to shinyapps.io
  • Additional checks on get_ram()
  • New vignette describing benchmarks.
  • Used Sys.getpid() to try and determine the BLAS/LAPACK library (suggested by Ashley Ford).
  • First CRAN version
  • More flexibility in plot and datatable functions - you can now specify the test you want to compare.
  • The number of cores returned by get_cpu().
  • Adding io benchmarks.
  • New shiny interface.
  • Default log scale on y-axis (suggested by @eddelbuettel). Fixes #5.
  • Moved data sets to {benchmarkmeData} package.
  • New ranking function to compare results with past.
  • Added introduction to {benchmarkme} vignette.
  • Adjust placement of “You” in the S3 plot.
  • Add .Machine to get_sys_details.
  • Add locale to get_sys_details.
  • Further RAM and Mac issues.
  • Bug fix: Remove white space from apple RAM output (thanks to @vzemlys). Fixes #2.
  • Add a fall-back when getting RAM - grab everything.
  • Minor: Added a horizontal line automatically generated plots.
  • Deprecated benchmark_all (use benchmark_std).
  • First public release.