summaryrefslogtreecommitdiff
path: root/benchmark/crypto
AgeCommit message (Expand)Author
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-06benchmark: refactor for consistent styleRich Trott
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-10-09benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-06-02test: run crypto benchmark only once in testsRich Trott
2018-02-01benchmark: (crypto) refactorRuben Bridgewater
2017-09-19benchmark: var to constRuben Bridgewater
2017-09-11crypto: fix Node_SignFinalDavid Benjamin
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-06-12benchmark: fix some RegExp nitsVse Mozhet Byt
2017-04-20benchmark: reduce string concatenationsVse Mozhet Byt
2017-04-04benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt
2017-03-09benchmark: fix punycode and get-ciphers benchmarkBartosz Sosnowski
2017-03-06benchmark: remove forced optimization from cryptoBartosz Sosnowski
2016-08-09benchmark: favor === over ==Rich Trott
2016-06-21crypto,tls: perf improvements for crypto and tls getCiphersJames M Snell
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-01benchmark: refactor to eliminate redeclared varsRich Trott
2016-02-27tools,benchmark: increase lint complianceRich Trott
2016-02-22benchmark: use strict modeRich Trott
2015-04-04benchmark: add rsa/aes-gcm performance testShigeki Ohtsu
2015-04-04benchmark: add/remove hash algorithmShigeki Ohtsu
2013-05-14benchmark: hash streamisaacs
2013-02-19bench: Add bench-cryptoisaacs