mirror of
https://github.com/tinode/chat.git
synced 2025-03-14 10:05:07 +00:00
adding readme and apache license
This commit is contained in:
2
loadtest/LICENSE
Normal file
2
loadtest/LICENSE
Normal file
@ -0,0 +1,2 @@
|
||||
Code in this folder is licensed under Apache 2.0
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
12
loadtest/README.md
Normal file
12
loadtest/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Tinode Load Testing
|
||||
|
||||
Content of this directory is for running rudimentary load tests of Tinode server. You only need this if you want to run your own load tests.
|
||||
|
||||
The `tsung.xml` is a configuration for [Tsung](http://tsung.erlang-projects.org/). The `tinode.beam` is an erlang binary required by the test to generate base64-encoded user-password pairs. The `tinode.erl` is the source code for `tinode.beam` (`erlc tinode.erl` -> `tinode.beam`).
|
||||
|
||||
[Install Tsung](http://tsung.erlang-projects.org/user_manual/installation.html), then run the test
|
||||
```
|
||||
tsung -f ./tsung.xml start
|
||||
```
|
||||
|
||||
This will be eventually packaged into a docker container.
|
Reference in New Issue
Block a user