Skip to content

Commit

Permalink
Merge pull request #142 from iuioiua/update-comparisons
Browse files Browse the repository at this point in the history
chore: update comparisons
  • Loading branch information
iuioiua authored Aug 27, 2023
2 parents c950d91 + 5722d26 commit 21aca36
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ checks formatting, runs the linter and runs tests.
## Comparison

Data recorded on July 14, 2023.
Data recorded on August 28, 2023.

### Benchmarks

Expand All @@ -216,9 +216,9 @@ Data recorded on July 14, 2023.

| Module | Size (KB) | Dependencies |
| ----------- | --------- | ------------ |
| r2d2 | 24.46 | 5 |
| deno-redis | 169.04 | 25 |
| r2d2 | 24.98 | 6 |
| deno-redis | 166.49 | 25 |
| npm:ioredis | 894.69 | 10 |
| npm:redis | 934.27 | 9 |
| npm:redis | 937.16 | 9 |

> Note: Results were produced using `deno info <module>`
66 changes: 33 additions & 33 deletions bench.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"runtime": "Deno/1.35.1 aarch64-apple-darwin",
"runtime": "Deno/1.36.3 aarch64-apple-darwin",
"cpu": "Apple M2",
"benches": [
{
Expand All @@ -10,14 +10,14 @@
"results": [
{
"ok": {
"n": 2836,
"min": 110083.0,
"max": 465750.0,
"avg": 176906.0,
"p75": 180917.0,
"p99": 310500.0,
"p995": 317375.0,
"p999": 362292.0
"n": 902,
"min": 466291.0,
"max": 943333.0,
"avg": 560577.0,
"p75": 573000.0,
"p99": 736834.0,
"p995": 768792.0,
"p999": 943333.0
}
}
]
Expand All @@ -30,14 +30,14 @@
"results": [
{
"ok": {
"n": 2240,
"min": 173375.0,
"max": 3772833.0,
"avg": 224189.0,
"p75": 227208.0,
"p99": 356833.0,
"p995": 558916.0,
"p999": 673708.0
"n": 847,
"min": 499542.0,
"max": 1082958.0,
"avg": 597702.0,
"p75": 607208.0,
"p99": 923625.0,
"p995": 975667.0,
"p999": 1082958.0
}
}
]
Expand All @@ -50,14 +50,14 @@
"results": [
{
"ok": {
"n": 2683,
"min": 149917.0,
"max": 4179709.0,
"avg": 186997.0,
"p75": 184500.0,
"p99": 312125.0,
"p995": 511125.0,
"p999": 866375.0
"n": 823,
"min": 507208.0,
"max": 4869500.0,
"avg": 614529.0,
"p75": 624292.0,
"p99": 1364083.0,
"p995": 1967708.0,
"p999": 4869500.0
}
}
]
Expand All @@ -70,14 +70,14 @@
"results": [
{
"ok": {
"n": 1790,
"min": 200042.0,
"max": 780292.0,
"avg": 280908.0,
"p75": 284458.0,
"p99": 393541.0,
"p995": 459833.0,
"p999": 688834.0
"n": 583,
"min": 785208.0,
"max": 1650542.0,
"avg": 872035.0,
"p75": 889334.0,
"p99": 1182000.0,
"p995": 1303875.0,
"p999": 1650542.0
}
}
]
Expand Down

0 comments on commit 21aca36

Please sign in to comment.