From 9a42375613c123c157ec489bdbaa46bf9871cfcf Mon Sep 17 00:00:00 2001 From: Jess Telford Date: Mon, 4 Jul 2016 09:41:18 +1000 Subject: [PATCH] Add direct links to stage changes --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a5ff0f4..10dc3b9 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,14 @@ Checkout the stage you want to run and then type `npm run benchmark`. For exampl git checkout stage-3 npm run benchmark ``` + +## Just the changes + +Only interested in exactly what changes between each stage? + +- [Stage 0 -> Stage 1](https://github.com/aickin/react-server-perf-tricks/compare/stage-0...stage-1) +- [Stage 1 -> Stage 2](https://github.com/aickin/react-server-perf-tricks/compare/stage-1...stage-2) +- [Stage 2 -> Stage 3](https://github.com/aickin/react-server-perf-tricks/compare/stage-2...stage-3) +- [Stage 3 -> Stage 4](https://github.com/aickin/react-server-perf-tricks/compare/stage-3...stage-4) +- [Stage 4 -> Stage 5](https://github.com/aickin/react-server-perf-tricks/compare/stage-4...stage-5) +- [Stage 5 -> Stage 6](https://github.com/aickin/react-server-perf-tricks/compare/stage-5...stage-6)