nvbench icon indicating copy to clipboard operation
nvbench copied to clipboard

Consider `is_finished` customization

Open gevtushenko opened this issue 2 years ago • 0 comments

Currently, NVBench relies on a fixed criteria to understand when enough samples are collected. We can consider an API that would allow users to modify this criterion, accepting the set of collected samples and returning true if enough were collected.

This API would make it:

  1. easier to experiment with new criteria
  2. possible to offload decision to third party statistical packages

gevtushenko avatar Nov 07 '23 00:11 gevtushenko