summaryrefslogtreecommitdiff
path: root/benchmark/url
AgeCommit message (Expand)Author
2019-07-30benchmark: swap var for let in url benchmarksAlex Ramirez
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2018-11-20benchmark: pre-generate data set for URL benchmarksJoyee Cheung
2018-03-11benchmark: fix benchmark for urlSergey Golovin
2018-02-23url: reduce deplicated codes in `autoEscapeStr`Weijia Wang
2018-02-01benchmark: (url) refactorRuben Bridgewater
2018-01-23benchmark: (url) use destructuringRuben Bridgewater
2017-09-19benchmark: var to constRuben Bridgewater
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-04-20benchmark: reduce string concatenationsVse Mozhet Byt
2017-04-04url: avoid instanceof for WHATWG URLBrian White
2017-03-21url: spec-compliant URLSearchParams parserTimothy Gu
2017-03-21benchmark: remove v8ForceOptimization callsLucas Lago
2017-03-14url: spec-compliant URLSearchParams serializerTimothy Gu
2017-03-06benchmark: remove forced optimization from urlBartosz Sosnowski
2017-02-28benchmark: add USVString conversion benchmarkTimothy Gu
2017-02-24benchmark: add url.domainTo*()Timothy Gu
2017-02-15benchmark: clean up legacy url benchmarksJoyee Cheung
2017-02-15benchmark: refactor whatwg-url-propertiesJoyee Cheung
2017-02-15benchmark: move url data to fixturesJoyee Cheung
2017-02-13benchmark: add url/url-searchparams-sort.jsTimothy Gu
2017-02-09benchmark: URLSearchParams v.s. querystringJoyee Cheung
2017-02-09benchmark: fix first call to URL in useWHATWGJoyee Cheung
2017-02-03benchmark: simplify URLSearchParams importTimothy Gu
2017-01-19url: improving URLSearchParamsTimothy Gu
2017-01-15benchmark: improve WHATWG URL benchmarksJoyee Cheung
2017-01-06benchmark,lib,test: adjust for lintingRich Trott
2016-12-29benchmark: add benchmark for WHATWG URL propertiesJoyee Cheung
2016-10-11url: adding WHATWG URL supportJames M Snell
2016-06-13benchmark: add benchmark for url.format()Rich Trott
2016-02-26benchmark: merge url.js with url-resolve.jsAndreas Madsen
2016-02-26benchmark: move misc to categorized directoriesAndreas Madsen
2016-02-22benchmark: use strict modeRich Trott
2014-12-20lib: micro-optimize url.resolve()Ben Noordhuis
2014-12-20benchmark: rename url.parse() benchmarkBen Noordhuis
2014-12-19benchmark: pre-optimize url.parse() before startBen Noordhuis
2014-12-09benchmark: add url benchmarksBen Noordhuis