processone / tsung

Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.
http://www.process-one.net/en/tsung/
GNU General Public License v2.0
2.54k stars 405 forks source link

Missing opening curly bracket near @formats #411

Open Romansky42 opened 4 months ago

Romansky42 commented 4 months ago

https://github.com/processone/tsung/blob/87e291b5bc896138736315dc1e51e5e91d8ad0f9/src/tsung_stats.pl.in#L184 A missing opening curly bracket here causes a crash when running the script. Adding it fixed the issue, and the script worked.