summaryrefslogtreecommitdiff
path: root/benchmark/es
Commit message (Expand)AuthorAgeFilesLines
* benchmark: add trailing commasAntoine du Hamel2023-01-298-9/+9
* tools: add `prefer-proto` ruleJordan Harband2023-01-101-2/+2
* src,lib: print source map error source on demandlegendecas2022-07-281-0/+34
* lib,src: add source map support for global evallegendecas2022-07-111-0/+46
* benchmark: enable no-empty ESLint ruleRich Trott2022-02-051-1/+1
* benchmark,test: use Object.hasOwn() where applicableRich Trott2021-12-201-1/+1
* tools: enable no-unused-expressions lint ruleMichaël Zasso2020-12-071-2/+4
* tools: update ESLint to 7.2.0cjihrig2020-06-131-2/+2
* tools: enable no-else-return lint ruleLuigi Pinca2020-05-161-4/+3
* benchmark: remove special test entriesRuben Bridgewater2020-03-0910-20/+0
* Revert "benchmark: remove special test entries"Anna Henningsen2020-02-1010-0/+20
* benchmark: remove special test entriesRuben Bridgewater2020-02-0910-20/+0
* benchmark: use let and const instead of varDaniele Belardi2020-01-288-39/+36
* benchmark: tidy up eslint ignore in foreach-bench.jsgengjiawen2019-03-291-6/+4
* benchmark: refactor for consistent styleRich Trott2019-02-061-1/+1
* benchmark: disable only the ESLint rule needing itRich Trott2018-06-061-1/+1
* benchmark: changed millions and thousands to njuggernaut4512018-04-108-92/+91
* benchmark: spread operator benchmarkJames M Snell2018-02-011-0/+46
* benchmark: (es) refactorRuben Bridgewater2018-02-019-129/+94
* benchmark: (es) use destructuringRuben Bridgewater2018-01-239-36/+30
* test: add benchmark tests for esEthan Arrowood2017-10-129-12/+36
* benchmark: var to constRuben Bridgewater2017-09-193-9/+9
* benchmark: add benchmark for string concatenationsVse Mozhet Byt2017-04-201-0/+69
* benchmark: reduce string concatenationsVse Mozhet Byt2017-04-201-33/+33
* benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt2017-04-041-0/+35
* benchmark: add more options to map-benchTimothy Gu2017-03-241-1/+41
* benchmark: benchmark comparing forEach with forJames M Snell2017-03-171-0/+82
* benchmark: remove forced optimization from esBartosz Sosnowski2017-03-062-10/+0
* tools: enable one-var-declaration-per-line ESLint ruleMichaël Zasso2017-02-211-4/+4
* benchmarks: add spread operator benchmarkJames M Snell2017-02-091-0/+59
* benchmark: reformat code for clarityRich Trott2016-11-271-4/+4
* benchmark: add microbenchmarks for ES MapRod Vagg2016-10-291-0/+96
* benchmark: add benchmark for destructuring objectFangdun Cai (Fundon)2016-09-241-0/+49
* benchmarks: add microbenchmarks for new ES6 featuresJames M Snell2016-04-203-0/+193