aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/test/ssl_bench_SUITE.erl
AgeCommit message (Collapse)Author
2019-07-26ssl: Avoid devision with zero in ssl_bench_SUITEIngela Anderton Andin
When one test in ssl_bench_SUITE is run as a smoke test in the ordinary test runs it might get problems on windows as time measurement is to coarse
2019-02-21Merge branch 'ingela/ssl/bench'Ingela Anderton Andin
* ingela/ssl/bench: ssl: Improve bench SUITE
2019-02-21ssl: Improve bench SUITEIngela Anderton Andin
Add shorter time trap, modernize code and make sure help process terminates.
2019-01-15ssl: Only run a basic fast test in test cycleLukas Larsson
Some of the slower machines takes 20-30 minutes to run one iteration of the payload test.
2018-11-02ssl: Make sure benchmark SUITE has a clean startIngela Anderton Andin
2017-12-04Write SSL distribution benchmarksRaimo Niskanen
2017-05-15ssl: Disable Server Name verification in bench tests for nowIngela Anderton Andin
2017-05-04Update copyright yearRaimo Niskanen
2017-01-20ssl: Remove percept from benchmarkBjörn-Egil Dahlberg
2016-08-31Adding PEM cache bypass benchmark entriesFred Hebert
The benchmarks run through the local node only, as an attempt to show more potential contention on certificate usage.
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2014-07-01ssl: Bench use two nodesDan Gudmundsson
2014-06-05ssl: Add simple benchmarksDan Gudmundsson