https://github.com/captbaritone/relay-normalization-repro
https://github.com/captbaritone/relay-normalization-repro
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/captbaritone/relay-normalization-repro
- Owner: captbaritone
- Created: 2024-03-15T23:48:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T00:32:56.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T15:50:11.875Z (9 months ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Relay Normalization Perf Repro
Trying to reproduce the issue filed here: https://github.com/facebook/relay/issues/4649
To run:
```
pnpm install
pnpm run test
```
Results on my M1 Mac Laptop with Node/V8
```
Normalized into 2750 records.
Execution time: 46.854916006326675 ms
```