Skip to content

Commit 128e440

Browse files
committed
CONTRIBUTING: instructions to install JSON perl package
Signed-off-by: Derrick Stolee <[email protected]>
1 parent 2e002a6 commit 128e440

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ GIT_PERF_LARGE_REPO=/path/to/large/repo
178178
GIT_PERF_REPEAT_COUNT=10
179179
```
180180

181+
When running the performance tests on Linux, you may see a message "Can't locate JSON.pm in
182+
@INC" and that means you need to run `sudo cpanm install JSON` to get the JSON perl package.
183+
181184
For running performance tests, it can be helpful to set up a few repositories with strange
182185
data shapes, such as:
183186

0 commit comments

Comments
 (0)