Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
feat(perf): keep track of highlights links request times
Browse files Browse the repository at this point in the history
  • Loading branch information
oyiptong committed May 4, 2016
1 parent 65c6954 commit d81211d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/PerfMeter.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const VALID_TELEMETRY_TAGS = new Set([
"RECENT_BOOKMARKS_RESPONSE",
"RECENT_LINKS_REQUEST",
"RECENT_LINKS_RESPONSE",
"HIGHLIGHTS_LINKS_REQUEST",
"HIGHLIGHTS_LINKS_RESPONSE",
"SEARCH_STATE_REQUEST",
"SEARCH_STATE_RESPONSE",
"NOTIFY_PERFORMANCE",
Expand Down
2 changes: 2 additions & 0 deletions test/test-PerfMeter.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ function verifyPerfEvents(eventsArray, assert) {
"TOP_FRECENT_SITES_RESPONSE",
"RECENT_LINKS_RESPONSE",
"RECENT_BOOKMARKS_RESPONSE",
"HIGHLIGHTS_LINKS_REQUEST",
"HIGHLIGHTS_LINKS_RESPONSE",
"SEARCH_STATE_RESPONSE",
"NOTIFY_PERFORMANCE",
]);
Expand Down

0 comments on commit d81211d

Please sign in to comment.