Skip to content

Commit

Permalink
Updated URL for new GeekBench Browser.
Browse files Browse the repository at this point in the history
Primate Labs have moved the GeekBench browser. Updated URL to match
their change.
  • Loading branch information
daveygm committed Sep 22, 2017
1 parent 6fc693e commit 3e15fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-gb-scores.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ while [ $i -le $maxPages ]
do
echo -ne " -> Downloading page $i\033[0K\r"

curl -s https://browser.primatelabs.com/v4/cpu/search\?utf8=✓\&page\=${i}\&q\=$queryEncoded >> ${filename}
curl -s https://browser.geekbench.com/v4/cpu/search\?utf8=✓\&page\=${i}\&q\=$queryEncoded >> ${filename}

if grep -q "did not match any Geekbench 4 results" ${filename}; then
break
Expand Down

0 comments on commit 3e15fb7

Please sign in to comment.