.github/ISSUE_TEMPLATE/bottleneck.md

name: Performance about: "Runtime, memory, or storage inefficiency" title: "" labels: "topic: performance" assignees: wlandau

Prework

Description

Please describe the performance issue.

Reproducible example

Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. Read here and here to learn about minimal reproducible examples. Format your code according to the tidyverse style guide to make it easier for others to read.

Benchmarks

How poorly does targets perform? To find out, we recommend the proffer package and take screenshots of the results displayed in your browser.

library(targetsketch)
library(proffer)
px <- pprof({
  # All your targets code goes here.
})


wlandau/targetsketch documentation built on April 6, 2024, 8:35 p.m.