Skip to content

Commit 6b12666

Browse files
committed
docs: Update denormalize benchmark results
1 parent cdfa9cd commit 6b12666

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/core/concepts/normalization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@ and up to 20x performance even after [mutation operations](../getting-started/mu
391391
xychart-beta
392392
title "Denormalize Single Entity"
393393
x-axis [normalizr, "Data Client", "Data Client (cached)"]
394-
y-axis "Operations per second" 0 --> 5618500
395-
bar [212500, 1341000, 5618500]
394+
y-axis "Operations per second" 0 --> 6348905
395+
bar [212500, 1341000, 6348905]
396396
```
397397

398398
```mermaid

examples/benchmark/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Performance compared to normalizr package (higher is better):
2525
| ------------------- | -------- | ---------- |
2626
| normalize (long) | 120% | 120% |
2727
| denormalize (long) | 158% | 1,250% |
28-
| denormalize (short) | 676% | 2,650% |
28+
| denormalize (short) | 676% | 2,990% |
2929

3030
[Comparison done on a Ryzen 7950x; Ubuntu; Node 22.14.0]
3131

packages/normalizr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Available from [@data-client/endpoint](https://www.npmjs.com/package/@data-clien
314314
| ------------------- | -------- | ---------- |
315315
| normalize (long) | 120% | 120% |
316316
| denormalize (long) | 158% | 1,250% |
317-
| denormalize (short) | 676% | 2,650% |
317+
| denormalize (short) | 676% | 2,990% |
318318

319319
[View benchmark](https://github.com/reactive/data-client/blob/master/examples/benchmark)
320320

0 commit comments

Comments
 (0)