Skip to content

Commit

Permalink
Update benchmark repositories and CircleCI config (#22445)
Browse files Browse the repository at this point in the history
* Add NUM_PAGES environment variable to benchmark install

* Add nvmrc for benchmarks
  • Loading branch information
duffn committed Mar 20, 2020
1 parent 4ca629f commit d305364
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Expand Up @@ -152,6 +152,8 @@ commands:
- run:
command: npm install
working_directory: << parameters.working_directory >>
environment:
NUM_PAGES: << parameters.NUM_PAGES >>
- run:
command: npm run build
working_directory: << parameters.working_directory >>
Expand All @@ -166,6 +168,8 @@ commands:
- run:
command: npm install
working_directory: << parameters.working_directory >>
environment:
NUM_PAGES: << parameters.NUM_PAGES >>
- run:
command: npm run build
working_directory: << parameters.working_directory >>
Expand Down
1 change: 1 addition & 0 deletions benchmarks/markdown_id/.nvmrc
@@ -0,0 +1 @@
12
1 change: 1 addition & 0 deletions benchmarks/markdown_slug/.nvmrc
@@ -0,0 +1 @@
12
1 change: 1 addition & 0 deletions benchmarks/markdown_table/.nvmrc
@@ -0,0 +1 @@
12

0 comments on commit d305364

Please sign in to comment.