Skip to content

Commit 490b75d

Browse files
authored
Merge pull request #113 from HTTPArchive/fixing-timing-bug
Fix typo in timing logic
2 parents 0937502 + cc2c45a commit 490b75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sql/generate_reports.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ else
103103

104104
# Replace the date template in the query.
105105
# Run the query on BigQuery.
106-
START_TIME=${{$SECONDS}}
106+
START_TIME=$SECONDS
107107
if [[ $LENS != "" ]]; then
108108
lens_join="JOIN ($(cat sql/lens/$LENS/histograms.sql | tr '\n' ' ')) USING (url, _TABLE_SUFFIX)"
109109
if [[ $metric == crux* ]]; then

0 commit comments

Comments
 (0)