Skip to content

Commit

Permalink
fixup spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko committed Jan 9, 2024
1 parent 46bb2d9 commit b536650
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/
dictionary.dic
82 changes: 82 additions & 0 deletions .spell-dict
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions .spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b536650

Please sign in to comment.