Note for getting more API rate limit:
- Go to Personal access tokens page
- Press "Generate new token"
- Fill "Token description" as you like
- Do not check any scope
- Press "Generate token"
- Copy the displayed token
- Open Web Developer Tool and input as following:
MicroBench.setCache('auth', { user: 'your user name on github', pass: 'personal access token' });