Skip to content

Commit e122c65

Browse files
Merge pull request #7 from kirillDanshin/patch-1
Fix typo
2 parents b03e5c4 + d22cae3 commit e122c65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ A collection of awesome performance testing resources
1111
* [Locust](https://github.com/locustio/locust) - is an easily distributed loading test tool for load testing web sites and services, tests are written in Python. Featured in https://cloud.google.com/solutions/distributed-load-testing-using-kubernetes
1212
* [YSlow](http://yslow.org/) - analyzes web pages and why they're slow based on Yahoo!'s rules for high performance web sites.
1313
* [PageSpeed](https://developers.google.com/speed/pagespeed/) - Fast and optimized pages lead to higher visitor engagement, retention, and conversions. The PageSpeed family of tools is designed to help you optimize the performance of your website. PageSpeed Insights products will help you identify performance best practices that can be applied to your site, and PageSpeed optimization tools can help you automate.
14-
* [ApacheBench](http://httpd.apache.org/docs/2.2/programs/ab.html) - (ab) is a single-threaded command line computer program for measuring the performance of HTTP web servers.[1] Originally designed to test the Apache HTTP Server, it is generic enough to test any web server.
15-
* [artillery.io](https://artillery.io) - distributed load testing tool in NodeJS, supports tests for HTTP, socket.io, WebSockets and AWS Kinesis. Configuration is written in YAML or JSON, and further customization via templating in Node. Also has APIs for functional tests via assert/expect
14+
* [ApacheBench](http://httpd.apache.org/docs/2.2/programs/ab.html) - (ab) is a single-threaded command line computer program for measuring the performance of HTTP web servers. Originally designed to test the Apache HTTP Server, it is generic enough to test any web server.
15+
* [artillery.io](https://artillery.io) - distributed load testing tool in NodeJS, supports tests for HTTP, socket.io, WebSockets and AWS Kinesis. Configuration is written in YAML or JSON, and further customization via templating in Node. Also has APIs for functional tests via assert/expect

0 commit comments

Comments
 (0)