422dfd1767
Add a new program, loadtest, that runs a requested number of client sessions in parallel to a loolwsd server. A client session loads one of a list of test documents, and does some operations on it. Move the getTokenInteger() and getTokenString() functions out from LOOLSession into a new namespace LOOLProtocol, as they are neeeded also in the loadtest program. Add, also in LOOLProtocol, functions to parse some of the messages from the server. (In general that is done in client JavaScript code, of course; only for testing purposes needed in C++ code.)
28 lines
277 B
Text
28 lines
277 B
Text
# Editor backup files etc
|
|
*~
|
|
\#*
|
|
|
|
# Autofoo
|
|
/.deps
|
|
/Makefile
|
|
/Makefile.in
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/config.h
|
|
/config.h.in
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
/depcomp
|
|
/install-sh
|
|
/missing
|
|
/stamp-h1
|
|
|
|
*.o
|
|
*.exe
|
|
loadtest
|
|
loolwsd
|
|
sockettransporttest
|
|
|
|
# Debug output
|
|
/FOO*.png
|