summaryrefslogtreecommitdiff
path: root/benchmark/crypto
Commit message (Expand)AuthorAgeFilesLines
* benchmark: (crypto) refactorRuben Bridgewater2018-02-017-40/+35
* benchmark: var to constRuben Bridgewater2017-09-196-86/+86
* crypto: fix Node_SignFinalDavid Benjamin2017-09-111-1/+1
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-1/+1
* benchmark: fix some RegExp nitsVse Mozhet Byt2017-06-123-3/+3
* benchmark: reduce string concatenationsVse Mozhet Byt2017-04-205-11/+11
* benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt2017-04-043-6/+6
* benchmark: fix punycode and get-ciphers benchmarkBartosz Sosnowski2017-03-091-1/+1
* benchmark: remove forced optimization from cryptoBartosz Sosnowski2017-03-061-2/+5
* benchmark: favor === over ==Rich Trott2016-08-091-1/+1
* crypto,tls: perf improvements for crypto and tls getCiphersJames M Snell2016-06-211-0/+20
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-166-13/+8
* benchmark: refactor to eliminate redeclared varsRich Trott2016-03-011-4/+5
* tools,benchmark: increase lint complianceRich Trott2016-02-276-13/+3
* benchmark: use strict modeRich Trott2016-02-226-0/+6
* benchmark: add rsa/aes-gcm performance testShigeki Ohtsu2015-04-043-0/+136
* benchmark: add/remove hash algorithmShigeki Ohtsu2015-04-041-1/+1
* benchmark: hash streamisaacs2013-05-143-3/+164
* bench: Add bench-cryptoisaacs2013-02-191-0/+103