From 6b2af5f0c7056fc8ab35633b45d6346ab2fdc4f5 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 19 Dec 2014 23:44:19 +0100 Subject: [PATCH] benchmark: rename url.parse() benchmark Rename the url.parse() benchmark from url.js to url-parse.js. A follow-up commit is going to add another one for url.resolve(). PR-URL: https://github.com/iojs/io.js/pull/184 Reviewed-By: Chris Dickinson --- benchmark/url/{url.js => url-parse.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename benchmark/url/{url.js => url-parse.js} (100%) diff --git a/benchmark/url/url.js b/benchmark/url/url-parse.js similarity index 100% rename from benchmark/url/url.js rename to benchmark/url/url-parse.js