summaryrefslogtreecommitdiff
path: root/perf/benchmark.js
Commit message (Collapse)AuthorAgeFilesLines
* be explicit (#1769)Jimmy Wärting2021-11-161-2/+2
|
* prefer destructuringAlexander Early2018-07-081-2/+1
|
* disallow variable shadowingAlexander Early2018-07-081-10/+4
|
* ES6-ify codebase (#1553)Alex Early2018-07-081-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cancelable foreach * cancelable waterfall * cancellable auto * fix lint * fix tests * cancelable whilst/until/during/forever * fix waterfall test. It WILL get there * docs * use rest params instead of slice * clean up internals * remove property func * clarify uses of createTester * happy path async funtions in asyncify * stop using arguments * DLL to class * moar arrows * fix merge issues * remove forOwn * moar arrows * fix merge mistake * even more arrows, what can stop him * mo more fn.apply(null,...) * remove more spurious uses of apply * update lint config * just when you thought there couldn't possibly be more arrows * use eslint:recommended * even less uses or aguments * get rid of prototype cuteness * fix concat tests * fix more tests
* fix deprecation warningAlexander Early2017-04-031-2/+1
|
* Fix benchmarks not having setup calledGraeme Yeates2016-11-171-7/+11
|
* fix style errorsAlexander Early2015-10-241-3/+3
|
* merge from megawacAlexander Early2015-10-241-42/+55
|\
| * Fix tag detection methodologyGraeme Yeates2015-07-011-14/+26
| |
* | :full_moon_with_face: Adjust style to be consistent with jscsGraeme Yeates2015-07-081-124/+124
|/
* add node version to benchmark outputAlexander Early2015-06-061-1/+2
|
* set jshint unused: trueAlexander Early2015-05-301-1/+2
|
* handle errors in benchmarksAlexander Early2015-05-251-10/+27
|
* initial ensureAsync implementationAlexander Early2015-05-241-1/+5
|
* dezalgo'd benchmarks, use toPrecision in reportingAlexander Early2015-05-221-5/+5
|
* added yargs to benchmark runner, and grep optionsAlexander Early2015-05-211-21/+32
|
* improved benchmark conclusions [ci skip]Alexander Early2015-05-201-0/+14
|
* fix(benchmark): fix to enable to use second argument versionSuguru Motegi2015-05-211-1/+1
|
* improved benchmark code, added more benchmarksAlexander Early2015-05-201-16/+44
|
* added more benchmarks, improved benchmark reportingAlexander Early2015-05-201-16/+25
|
* fixed path in benchmark scriptAlexander Early2015-05-191-1/+23
|
* adding benchmark scriptAlexander Early2015-05-191-0/+108