Skip to content

Commit

Permalink
docs: Link to controller
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Dec 18, 2023
1 parent 3ff2d3a commit e3e1d6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ yarn start [suite-name]

- `entity` - benchmarks various entity-specific operations
- `normalizr` - benchmarks just normalize/denormalize
- `core` - benchmarks entire operations using Controller
- `core` - benchmarks entire operations using [Controller](https://dataclient.io/docs/api/Controller)
- `old-normalizr` (runs equivalent benchmarks using the normalizr package)

No argument will run `normalizr` + `core`
Expand All @@ -23,8 +23,8 @@ Performance compared to normalizr package (higher is better):

| | no cache | with cache |
| ------------------- | -------- | ---------- |
| normalize (long) | 80% | 80% |
| denormalize (long) | 119% | 838% |
| normalize (long) | 80% | 80% |
| denormalize (long) | 119% | 838% |
| denormalize (short) | 544% | 2,026% |

[Comparison done on a Ryzen 7950x; Ubuntu; Node 20.10.0]
Expand Down

0 comments on commit e3e1d6a

Please sign in to comment.