signal-estimator icon indicating copy to clipboard operation
signal-estimator copied to clipboard

Support --diff mode

Open gavv opened this issue 1 year ago • 0 comments

When several inputs are provided, and --diff mode is enabled, run estimator for first input + Nth input instead of output + Nth input. This will measure latency between inputs instead of latency between output and each input.

TODO:

  • [x] add support in Runner
  • [x] add CLI option
  • [x] update reporters: show sign
  • [x] fix StepsLatencyEstimator
  • [ ] fix CorrelationLatencyEstimator

gavv avatar Oct 27 '23 11:10 gavv