summaryrefslogtreecommitdiff
path: root/benchmark/tls
Commit message (Expand)AuthorAgeFilesLines
* tls: allow reading data into a static bufferAndrey Pechkurov2020-10-282-0/+104
* benchmark: use let instead of var in tlsDaniele Belardi2020-03-303-11/+11
* benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater2020-03-091-0/+2
* benchmark: remove problematic tls paramsBrian White2020-03-052-2/+2
* tls: reduce memory copying and number of BIO buffer allocationsRusty Conover2020-02-281-1/+1
* benchmark: swap var for let in benchmarksAlex Ramirez2020-02-132-2/+2
* Revert "benchmark: add `test` and `all` options and improve errors"Anna Henningsen2020-02-101-2/+0
* benchmark: add `test` and `all` options and improve errorsRuben Bridgewater2020-02-091-0/+2
* benchmark: add clear connections to secure-pairDiego Lafuente2019-12-201-3/+7
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-103-18/+12
* Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts2019-06-053-12/+18
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-053-18/+12
* benchmark,lib: change var to constRuben Bridgewater2019-03-302-3/+2
* benchmark: refactor for consistent styleRich Trott2019-02-062-5/+5
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-1/+1
* tls: move convertNPNProtocols to End-of-LifeJames M Snell2018-05-171-2/+2
* benchmark: add tls benchmark for legacy SecurePairAlex Fernández2018-05-161-0/+105
* tools: enable eslint one-var ruleRuben Bridgewater2018-02-221-3/+3
* test: add test for tls benchmarksAnatoli Papirovski2018-02-041-1/+1
* benchmark: refactorRuben Bridgewater2018-02-011-3/+4
* benchmark: fix variables not being setRuben Bridgewater2018-02-011-3/+4
* benchmark: (tls) use destructuringRuben Bridgewater2018-01-233-15/+5
* benchmark: var to constRuben Bridgewater2017-09-192-13/+13
* benchmark: reduce string concatenationsVse Mozhet Byt2017-04-202-6/+6
* benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt2017-04-041-2/+2
* benchmark: remove forced optimization from tlsBartosz Sosnowski2017-03-061-2/+5
* benchmark: reformat code for clarityRich Trott2016-11-272-11/+18
* benchmark: missing process.exit after bench.endAndreas Madsen2016-07-261-0/+1
* tls: avoid calling Buffer.byteLength multiple timesJames M Snell2016-06-211-0/+20
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-3/+1
* benchmark: fix lint errorsRich Trott2016-03-031-2/+4
* tools,benchmark: increase lint complianceRich Trott2016-02-272-10/+8
* benchmark: use strict modeRich Trott2016-02-222-0/+2
* benchmark: fixate `ciphers` in tls benchmarksFedor Indutny2013-12-072-2/+4
* bench: Simplify duration arguments to benchmarksisaacs2013-02-192-2/+2
* bench: Replace tls-fragmentation with tls/throughputisaacs2013-02-191-0/+74
* bench: Move tls-connect into benchmark/tlsisaacs2013-02-191-0/+63