Skip to content

Commit 9d256d4

Browse files
authored
Fix incorrect benchmark working directory (#22807)
1 parent 82b1fda commit 9d256d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ jobs:
565565
- image: "circleci/node:12"
566566
steps:
567567
- run-benchmark:
568-
working_directory: benchmarks/markdown_table/benchmarks/markdown_table
568+
working_directory: benchmarks/markdown_table
569569
NUM_PAGES: "32768"
570570
BENCHMARK_CONTENT_SOURCE: MARKDOWN
571571
BENCHMARK_REPO_NAME: gatsbyjs/gatsby/benchmarks/markdown_table

0 commit comments

Comments
 (0)