Skip to content

Commit

Permalink
Update defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Oct 1, 2016
1 parent ba82382 commit 93835f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 29 deletions.
26 changes: 12 additions & 14 deletions _profiles/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The human-friendly name of the profile. Whenever you're asked for the profile
# ID, it refers to the name of the profile file — in this case, "default".
#
name: 'My website'
name: "My website"

#
# The default profile will be the one shown when accessing the root URL of your
Expand All @@ -22,12 +22,10 @@
# WebPageTest test parameters
#
parameters:
connectivity: 'Cable'
location: 'Dulles:Chrome'
firstViewOnly: true
connectivity: "Cable"
location: "Dulles:Chrome"
runs: 1
url: "https://my-website.com"
video: true

#
# Performance budgets are defined with a metric id, a max/min allowed value
Expand All @@ -38,13 +36,13 @@
#
# https://github.com/speedtracker/speedtracker-api/blob/master/lib/SpeedTracker.js#L18-L37
#
budgets:
-
metric: TTFB
max: 600
alerts: ['emailAlert', 'slackAlert']
-
metric: firstPaint
max: 2000
alerts: ['slackAlert']
#budgets:
# -
# metric: TTFB
# max: 600
# alerts: ["emailAlert", "slackAlert"]
# -
# metric: firstPaint
# max: 2000
# alerts: ["slackAlert"]
---
17 changes: 2 additions & 15 deletions speedtracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,6 @@
#


# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# #
# > url #
# #
# The full URL to your SpeedTracker website. For most people, this will be #
# something like "https://yourusername.github.io/speedtracker", unless you #
# want to use a custom domain. #
# #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

url: "https://yourusername.github.io/speedtracker"


# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# #
# (!) PLEASE NOTE: #
Expand Down Expand Up @@ -50,7 +37,7 @@ url: "https://yourusername.github.io/speedtracker"
# #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

encryptionKey: "0a5f0c0670219dc049"
encryptionKey: "YOUR_ENCRYPTED_KEY"


# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Expand All @@ -63,7 +50,7 @@ encryptionKey: "0a5f0c0670219dc049"
# #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

wptKey: "YOUR_WEBPAGETEST_KEY"
wptKey: "YOUR_ENCRYPTED_WEBPAGETEST_KEY"


# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Expand Down

0 comments on commit 93835f2

Please sign in to comment.