Skip to content

Commit

Permalink
add reddit link to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oleglegun committed Jun 26, 2017
1 parent 6823248 commit 6fc693e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ Multi-Core Score: 6943.02
Scores are based on 136 results.
```

Results and discussion on [reddit](https://www.reddit.com/r/apple/comments/6jdfcz/geekbench_average_cpu_scores_for_all_2017/?st=j4dvvlyg&sh=353d8fa9).
6 changes: 0 additions & 6 deletions get-gb-scores.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/bin/bash

# Dumps geekbench site for a given query and calculates average scores (single/multi)
# Usage:
# $> ./get-gb-scores.sh
# $> query: macbook10,1 i7

printf "query: "
read query

Expand All @@ -25,7 +20,6 @@ do
break
fi
i=$((i + 1))

done

echo -ne "\r\033[0K"
Expand Down

0 comments on commit 6fc693e

Please sign in to comment.