Skip to content

Commit

Permalink
Fix incorrect benchmark working directory (#22807)
Browse files Browse the repository at this point in the history
  • Loading branch information
duffn authored Apr 3, 2020
1 parent 82b1fda commit 9d256d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ jobs:
- image: "circleci/node:12"
steps:
- run-benchmark:
working_directory: benchmarks/markdown_table/benchmarks/markdown_table
working_directory: benchmarks/markdown_table
NUM_PAGES: "32768"
BENCHMARK_CONTENT_SOURCE: MARKDOWN
BENCHMARK_REPO_NAME: gatsbyjs/gatsby/benchmarks/markdown_table
Expand Down

0 comments on commit 9d256d4

Please sign in to comment.