Skip to content

Commit

Permalink
post repo move changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Apr 25, 2018
1 parent 08642dd commit 64c9dbb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[![Coverage Status](https://coveralls.io/repos/github/Salakar/cluster-key-slot/badge.svg?branch=master)](https://coveralls.io/github/Salakar/cluster-key-slot?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/invertase/cluster-key-slot/badge.svg?branch=master)](https://coveralls.io/github/invertase/cluster-key-slot?branch=master)
![Downloads](https://img.shields.io/npm/dt/cluster-key-slot.svg)
[![npm version](https://img.shields.io/npm/v/cluster-key-slot.svg)](https://www.npmjs.com/package/cluster-key-slot)
[![dependencies](https://img.shields.io/david/Salakar/cluster-key-slot.svg)](https://david-dm.org/Salakar/cluster-key-slot)
[![dependencies](https://img.shields.io/david/invertase/cluster-key-slot.svg)](https://david-dm.org/invertase/cluster-key-slot)
[![License](https://img.shields.io/npm/l/cluster-key-slot.svg)](/LICENSE)
[![Donate](https://img.shields.io/badge/Donate-Patreon-green.svg)](https://www.patreon.com/invertase)

# Redis Key Slot Calculator

Expand Down Expand Up @@ -45,11 +44,11 @@ const slotForRedisMulti = calculateMultipleSlots([
`OLD` in these benchmarks refers to the `ioredis` crc calc and many of the other calculators that use `Buffer`.

```text
NEW tags x 482,204 ops/sec ±1.07% (87 runs sampled)
OLD tags x 204,380 ops/sec ±1.51% (85 runs sampled)
NEW without tags x 1,250,274 ops/sec ±1.30% (87 runs sampled)
OLD without tags x 266,518 ops/sec ±1.29% (87 runs sampled)
NEW without tags singular x 3,617,430 ops/sec ±1.03% (85 runs sampled)
OLD without tags singular x 1,223,707 ops/sec ±1.15% (86 runs sampled)
NEW tags x 472,156 ops/sec ±1.80% (90 runs sampled)
OLD tags x 413,725 ops/sec ±1.37% (93 runs sampled)
NEW without tags x 1,287,795 ops/sec ±2.06% (89 runs sampled)
OLD without tags x 633,340 ops/sec ±0.87% (93 runs sampled)
NEW without tags singular x 4,824,560 ops/sec ±1.71% (93 runs sampled)
OLD without tags singular x 2,981,057 ops/sec ±0.22% (96 runs sampled)
```

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Salakar/cluster-key-slot.git"
"url": "git+https://github.com/invertase/cluster-key-slot.git"
},
"keywords": [
"redis",
Expand Down Expand Up @@ -41,9 +41,9 @@
"author": "Mike Diarmid",
"license": "MIT",
"bugs": {
"url": "https://github.com/Salakar/cluster-key-slot/issues"
"url": "https://github.com/invertase/cluster-key-slot/issues"
},
"homepage": "https://github.com/Salakar/cluster-key-slot#readme",
"homepage": "https://github.com/invertase/cluster-key-slot#readme",
"directories": {
"test": "test",
"lib": "lib"
Expand Down

0 comments on commit 64c9dbb

Please sign in to comment.