workflow-kotlin icon indicating copy to clipboard operation
workflow-kotlin copied to clipboard

Use microbenchmark to benchmark render pass

Open steve-the-edwards opened this issue 3 years ago • 1 comments
trafficstars

We can use a similar WorkflowNode test as for the jmh benchmarks, but using microbenchmark will allow us to easily run on a mobile H/W device rather than on the JVM on the development machine. Obviously Workflow performance matters beyond just mobile, but that is the most significant current context.

steve-the-edwards avatar Feb 15 '22 20:02 steve-the-edwards

Removing this from baseline milestone as optimization internal to render pass is not needed at this time. How many times/how we render pass is more crucial.

steve-the-edwards avatar May 17 '22 15:05 steve-the-edwards