mcvine / acc

Accelerated mcvine engine
0 stars 1 forks source link

Notice when new code significantly impacts performance #26

Open mtbc opened 2 years ago

mtbc commented 2 years ago

As we are working on CI with runners using GPUs, @marshallmcdonnell raised the value of regression testing for performance. @ckendrick further raised the issue that inception's GPUs are kept busy so performance measurement must be robust in the face of resource contention.

It would be great to get an accurate idea of performance trends as the code itself changes, also to get early warning of slow code being introduced. Perhaps some per-test history is possible so that one may pinpoint the affected behaviors.