summaryrefslogtreecommitdiff
path: root/benchmark/crypto/cipher-stream.js
Commit message (Expand)AuthorAgeFilesLines
* benchmark: add trailing commas in `benchmark/crypto`Antoine du Hamel2023-02-101-2/+2
* benchmark: remove special test entriesRuben Bridgewater2020-03-091-5/+1
* benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater2020-03-091-0/+2
* Revert "benchmark: add `test` and `all` options and improve errors"Anna Henningsen2020-02-101-2/+0
* Revert "benchmark: remove special test entries"Anna Henningsen2020-02-101-1/+5
* benchmark: remove special test entriesRuben Bridgewater2020-02-091-5/+1
* benchmark: add `test` and `all` options and improve errorsRuben Bridgewater2020-02-091-0/+2
* benchmark: use let instead of var in cryptodnlup2020-01-011-6/+6
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-1/+1
* benchmark: refactor for consistent styleRich Trott2019-02-061-2/+2
* tools: capitalize sentencesRuben Bridgewater2018-12-101-1/+1
* test: run crypto benchmark only once in testsRich Trott2018-06-021-0/+3
* benchmark: (crypto) refactorRuben Bridgewater2018-02-011-10/+9
* benchmark: var to constRuben Bridgewater2017-09-191-15/+15
* benchmark: fix some RegExp nitsVse Mozhet Byt2017-06-121-1/+1
* benchmark: reduce string concatenationsVse Mozhet Byt2017-04-201-1/+1
* benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt2017-04-041-2/+2
* benchmark: favor === over ==Rich Trott2016-08-091-1/+1
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-2/+1
* benchmark: refactor to eliminate redeclared varsRich Trott2016-03-011-4/+5
* tools,benchmark: increase lint complianceRich Trott2016-02-271-1/+0
* benchmark: use strict modeRich Trott2016-02-221-0/+1
* benchmark: hash streamisaacs2013-05-141-3/+1
* bench: Add bench-cryptoisaacs2013-02-191-0/+103