From b5366506700a2db668157ea6798e4359b247d6fa Mon Sep 17 00:00:00 2001 From: Andrii Soldatenko Date: Tue, 9 Jan 2024 17:04:32 +0100 Subject: [PATCH] fixup spelling --- .gitignore | 1 + .spell-dict | 82 +++++++++++++++++++++++++++++++++++++++++++++++++ .spellcheck.yml | 4 +++ README.md | 2 +- 4 files changed, 88 insertions(+), 1 deletion(-) create mode 100644 .spell-dict diff --git a/.gitignore b/.gitignore index 9f11b75..5dab461 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea/ +dictionary.dic diff --git a/.spell-dict b/.spell-dict new file mode 100644 index 0000000..e49df33 --- /dev/null +++ b/.spell-dict @@ -0,0 +1,82 @@ +autocannon +LDAP +Tsung +WebDAV +XMPP +Jmeter +linux +Akka +DSL +HTTPS +Netty +https +kubernetes +YSlow +PageSpeed +vegeta +benchmarking +pipelining +wrk +DoS +SlowHTTPTest +slowhttptest +vulnerabilites +httpstat +http +fasthttp +http +SSL +TLS +JVM +YAML +hyperfine +oha +rakyll +realtime +tokio +tui +Ctrl +Golang +UI +JSON +ddosify +httperf +Fasthttploader +QPS +QueryPerSecond +fasthttploader +html +repsonses +ali +jplot +httperf +Fortio +Istio's +fortio +ie +qps +LuaJIT +epoll +kqueue +multithreaded +scalable +ile +modifed +wrk's +Tarek +Ziade's +tarekziade +TCP +WebSockets +tcpkali +APIs +Kinesis +NodeJS +WebSockets +io +templating +ApacheBench +JS +WebSocket +centric +Yandex \ No newline at end of file diff --git a/.spellcheck.yml b/.spellcheck.yml index a2997fa..9896ae4 100644 --- a/.spellcheck.yml +++ b/.spellcheck.yml @@ -4,13 +4,17 @@ matrix: lang: en dictionary: encoding: utf-8 + wordlists: + - .spell-dict pipeline: - pyspelling.filters.markdown: + - pyspelling.filters.html: comments: false ignores: - code - pre + sources: - '**/*.md' default_encoding: utf-8 diff --git a/README.md b/README.md index cd76fa3..e78730f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,6 @@ A collection of awesome performance testing resources * [h2load](https://nghttp2.org/documentation/h2load-howto.html) - h2load(1) is benchmarking tool for HTTP/2 and HTTP/1.1. It supports SSL/TLS and clear text for all supported protocols. * [bombardier](https://github.com/codesenberg/bombardier) - bombardier is a HTTP(S) benchmarking tool. It is written in Go programming language and uses excellent fasthttp instead of Go's default http library, because of its lightning fast performance. * [cassowary](https://github.com/rogerwelin/cassowary) - Cassowary is a modern HTTP/S, intuitive & cross-platform load testing tool built in Go for developers, testers and sysadmins. Cassowary draws inspiration from awesome projects like k6, ab & httpstat. -* [slowhttptest](https://github.com/shekyan/slowhttptest) - SlowHTTPTest is a highly configurable tool that simulates some Application Layer Denial of Service attacks by prolonging HTTP connections in different ways. Use it to test your web server for DoS vulnerabilites, or just to figure out how many concurrent connections it can handl +* [slowhttptest](https://github.com/shekyan/slowhttptest) - SlowHTTPTest is a highly configurable tool that simulates some Application Layer Denial of Service attacks by prolonging HTTP connections in different ways. Use it to test your web server for DoS vulnerabilites, or just to figure out how many concurrent connections it can handle * [autocannon](https://github.com/mcollina/autocannon) - An HTTP/1.1 benchmarking tool written in node, greatly inspired by wrk and wrk2, with support for HTTP pipelining and HTTPS. On my box, autocannon can produce more load than wrk and wrk2, see limitations for more details. * [vegeta](https://github.com/tsenart/vegeta) - Vegeta is a versatile HTTP load testing tool built out of a need to drill HTTP services with a constant request rate. \ No newline at end of file