athletic icon indicating copy to clipboard operation
athletic copied to clipboard

Progress bar in CLI output

Open davidsteinsland opened this issue 11 years ago • 3 comments

The terminal should update its progress, letting us know what the status is. Really useful when you have lots of benchmarks, each taking quite a bit of time.

davidsteinsland avatar Dec 02 '13 22:12 davidsteinsland

:+1:

staabm avatar Dec 21 '13 22:12 staabm

:+1:

bishopb avatar May 28 '15 14:05 bishopb

:+1:

How does this idea sound:

  • Create a new formatter to format the relevant data.
  • Use PublisherInterface to set a publisher in the AthleticEvent class.
  • Fire publish(args) from runMethodBenchmark. Args could be $method and $annotations.
  • Possible if needed: add information to the log/stop log via annotation

Shaked

Shaked avatar Sep 27 '15 23:09 Shaked