Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gql #19

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Gql #19

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.env
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# entertainme
# entertainme

## Benchmark

| No | With Redis | Without Redis |
|:--:|:----------:|:-------------:|
| 1 | 651.352 ms | 528.243 ms |
| 2 | 6.961 ms | 472.396 ms |
| 3 | 8.130 ms | 465.150 ms |
| 4 | 2.383 ms | 748.178 ms |
| 5 | 1.393 ms | 458.517 ms |
| 6 | 1.097 ms | 446.916 ms |
| 7 | 1.170 ms | 446.014 ms |
| 8 | 2.573 ms | 464.931 ms |
| 9 | 1.995 ms | 685.546 ms |
| 10 | 0.756 ms | 462.949 ms |
*Using **m-lab** online database
21 changes: 21 additions & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
2,444 changes: 2,444 additions & 0 deletions client/README.md

Large diffs are not rendered by default.

Loading