Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fablabbcn/smartcitizen-api
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorsmari committed Nov 15, 2018
2 parents 35abd48 + b182653 commit c388a8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/CSV_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ We can send data in bulk with the script:
## Benchmarks:

### Using Sidekiq on localhost (8GB RAM)
|Data amount | HTTP (s) | Telnet (s) | HTTP each request (s) | HTTP / Telnet |
|-|-|-|-|-|
|Data amount | HTTP (s) | Telnet (s) | HTTP each request (s) | HTTP / Telnet | Rails 5 Telnet (s) |
|-|-|-|-|-|-|
|100 | 1 | 0.16 | |
|1000 | 3 | 3 | |
|10000| 22 | 9 | 0.0022| 2.44|
|20000| 38 | 18| 0.0019| 2.11|
|40000| 86 | 35| 0.0022| 2.45|
|80000| 190| 76| 0.0024| 2.5 |
|40000| 86 | 35| 0.0022| 2.45| 17 |
|80000| 190| 76| 0.0024| 2.5 | 34 |

#### Conclusion:
1. Telnet is on average ~2.5 faster then HTTP
Expand Down

0 comments on commit c388a8c

Please sign in to comment.