suc16 / timingPerformance

To test a website's timing performance using selenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TimingPerformance

To test a website's timing performance using selenium

Dependence

  1. selenium
  2. firefox (geckodriver)
  3. Xvfb

Usage

Please just run the python script, and change the website.

Example

Begin at Sat Mar 31 03:41:55 2018 

  url : http://www.taobao.com

End at Sat Mar 31 03:42:04 2018 

selenium result:
onload       1945.00 ms
dns             0.00 ms
tcp           335.00 ms
ttfb          717.00 ms

Reference

Myblog: https://blog.csdn.net/hsdfz0201/article/details/77481030

License

GNU General Public License v3.0

About

To test a website's timing performance using selenium

License:GNU General Public License v3.0


Languages

Language:Python 100.0%