As one of the primary use cases of R is plotting I think having a benchmark that measures this might be useful.
It is also is the type of code (a lot of single calls) that compilers might not be intrinsically that great at, so it might be worth investigating strategies to improve performance.
Ideally we would have a base R plot, a lattice plot and a ggplot2 plot, but as the current benchmarks only seem to use packages shipped in the main R distribution we might have to settle for only base R plotting for now.
I would be happy to write some simple code and open a PR if you would be interested.
As one of the primary use cases of R is plotting I think having a benchmark that measures this might be useful.
It is also is the type of code (a lot of single calls) that compilers might not be intrinsically that great at, so it might be worth investigating strategies to improve performance.
Ideally we would have a base R plot, a lattice plot and a ggplot2 plot, but as the current benchmarks only seem to use packages shipped in the main R distribution we might have to settle for only base R plotting for now.
I would be happy to write some simple code and open a PR if you would be interested.