pod4g / hiper

🚀 A statistical analysis tool for performance testing
MIT License
2.7k stars 168 forks source link

Adds support for disabling banner in output #26

Closed dlowder closed 6 years ago

dlowder commented 6 years ago

I added support for disabling the Hiper vanity banner output that shows with every run by adding a --no-banner option with this pull request.

Example: $ hiper --no-banner -n 1 https://www.github.com/

Which produces this output:

  Run interval                    1.642 s                                                                                                           
  Total load times                1                                                                                                                 
  DNS lookup time                 1.00 ms                                                                                                           
  TCP connect time                57.00 ms                                                                                                          
  TTFB                            158.00 ms                                                                                                         
  Download time of the page       25.00 ms                                                                                                          
  After DOM Ready download time   871.00 ms                                                                                                         
  White screen time               486.00 ms                                                                                                         
  DOM Ready time                  489.00 ms                                                                                                         
  Load time                       1.36 s