Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: move run-sift #9549

Merged
merged 19 commits into from
Nov 6, 2018
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,10 @@ Whether you're helping us fix bugs, improve the docs, or spread the word, we'd l

Check out our [**Contributing Guide**](https://gatsbyjs.org/docs/how-to-contribute/) for ideas on contributing and setup steps for getting our repositories up and running on your local machine.


### Code of Conduct

Gatsby is dedicated to building a welcoming, diverse, safe community. We expect everyone participating in the Gatsby community to abide by our [**Code of Conduct**](https://gatsbyjs.org/docs/code-of-conduct/). Please read it. Please follow it. In the Gatsby community, we work hard to build each other up and create amazing things together. 💪💜


### A note on how this repository is organized

This repository is a [monorepo](https://trunkbaseddevelopment.com/monorepos/) managed using [Lerna](https://github.com/lerna/lerna). This means there are [multiple packages](/packages) managed in this codebase, even though we publish them to NPM as separate packages.
Expand Down
2 changes: 2 additions & 0 deletions benchmarks/create-pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Stress tests creating lots of tiny pages.
Defaults to building a site with 5k pages. Set the `NUM_PAGES` environment variable to change that e.g. `NUM_PAGES=25000 gatsby build`

# Running the benchmark

First install node modules required by package.json. This is needed only one time. Then run the build

```bash
npm install
npm run build
Expand Down
2 changes: 2 additions & 0 deletions benchmarks/markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Stress tests creating lots of pages rendered from Markdown.
Defaults to building a site with 5k markdown pages. Set the `NUM_PAGES` environment variable to change that e.g. `NUM_PAGES=25000 gatsby build`

# Running the benchmark

First install node modules required by package.json. This is needed only one time. Then run the build

```bash
npm install
npm run build
Expand Down
Loading