We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e002a6 commit 128e440Copy full SHA for 128e440
CONTRIBUTING.md
@@ -178,6 +178,9 @@ GIT_PERF_LARGE_REPO=/path/to/large/repo
178
GIT_PERF_REPEAT_COUNT=10
179
```
180
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
+
184
For running performance tests, it can be helpful to set up a few repositories with strange
185
data shapes, such as:
186
0 commit comments