dotnet/BenchmarkDotNet

Feature request: quiet mode

開放

#190 建立於 2016年5月24日

 (22 則留言) (18 個反應) (1 位負責人)C# (1,063 個分叉)batch import
Area:Loggersenhancementhelp wantedup-for-grabs

倉庫指標

星標
 (11,480 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

It would be really nice to be able to start a long run, and instead of getting a long scrolling list where most of the time I can't see what's executing, instead have an in-place display, updated appropriately and consisting of:

  • Possibly the options involved (may be too long-winded)
  • Current / total test count, e.g. "Running test 32/152"
  • Name of currently running test
  • Maybe the results of the previous test, for the sake of interest?
  • Current execution time and estimated total time (or remaining time)

I don't know enough about the execution timing to know whether estimating the total remaining time is viable, but I suspect it is... we have a target time for each test, right?

貢獻者指南