benchmark: add url benchmarks
authorBen Noordhuis <info@bnoordhuis.nl>
Sat, 6 Dec 2014 19:38:58 +0000 (20:38 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 9 Dec 2014 21:16:41 +0000 (22:16 +0100)
commit21a679a10fae05d3c590f08feb70a9c97ea8a732
tree7776950a224d916fa7ce03ff6776d30855369501
parentddf17f995b313c09641c9af96750188e470d0665
benchmark: add url benchmarks

Based on the ad-hoc benchmark from joyent/node#8638 plus an additional
benchmark for user:pass auth URLs.

PR-URL: https://github.com/iojs/io.js/pull/102
Reviewed-by: Chris Dickinson <christopher.s.dickinson@gmail.com>
benchmark/url/url.js [new file with mode: 0644]