Skip to content
Snippets Groups Projects
Commit 25da7a3f authored by Craig Earley's avatar Craig Earley
Browse files

created files for start and stop URL's

parent 0e768177
No related merge requests found
https://www.google.com/
https://www.bing.com/
https://en.wikipedia.org/wiki/Main_Page
......@@ -2,7 +2,7 @@ var debug = 1;
var start_time = Date.now();
var stop_time;
var duration;
var urls_to_compare = readTextFile("../data/urls.txt");
var urls_to_compare = readTextFile("../data/stop_urls.txt");
/* this code base courtesty of https://stackoverflow.com/questions/14446447/javascript-read-local-text-file#14446538*/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment