upgraded to latest browsertime

This commit is contained in:
soulgalore 2014-02-05 20:49:09 +01:00
parent 4afb45486f
commit 6a29bf7d79
3 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ build:
@cp $(DEP)/yslow-3.1.5-sitespeed.js $(BUILD)/$(DEP)/
@cp $(DEP)/rules-desktop.properties $(BUILD)/$(DEP)/
@cp $(DEP)/rules-mobile.properties $(BUILD)/$(DEP)/
@cp $(DEP)/browsertime-0.5-full.jar $(BUILD)/$(DEP)/
@cp $(DEP)/browsertime-0.6-full.jar $(BUILD)/$(DEP)/
@cp $(DEP)/timing-limits-default.xml $(BUILD)/$(DEP)/
@cp $(REPORT)/$(CSS)/bootstrap.min.css $(BUILD)/$(REPORT)/$(CSS)/
@cp $(REPORT)/$(CSS)/bootstrap-overrides.css $(BUILD)/$(REPORT)/$(CSS)/

View File

@ -121,7 +121,7 @@ PAGES_COLUMNS=
CRAWLER_JAR=crawler-1.5.10-full.jar
VELOCITY_JAR=xml-velocity-1.8.8-full.jar
HTMLCOMPRESSOR_JAR=htmlcompressor-1.5.3.jar
BROWSERTIME_JAR=browsertime-0.5-full.jar
BROWSERTIME_JAR=browsertime-0.6-full.jar
# Don't fetch Navigation Timing metrics by default
COLLECT_BROWSER_TIMINGS=false