Skip to content

Commit

Permalink
feat(canary): add siteLocal to CanaryExecutionRequest (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Graff committed Apr 4, 2018
1 parent 08b81ae commit 5020d90
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public class CanaryExecutionRequest {

protected List<Metadata> metadata;

protected Map<String, Object> siteLocal;

public Duration calculateDuration() {
Set<Duration> durationsFound = new HashSet<>();

Expand Down

0 comments on commit 5020d90

Please sign in to comment.