Skip to content

Commit 3c0295a

Browse files
committed
Readme format change (minor)
1 parent 2c5350f commit 3c0295a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ This repository contains the codebase for the Leakdown Tester (LDT) command line
44

55
The script is named after a protocol for testing engine blocks, the reverse of a compression test. Pressurized air is introduced to the engine block to check for leaking points - it's a metaphor for how this tool can send large volumes of data to APIs to test for 'leaks'!
66

7-
As of current date, the tool is focused around testing the [Precision Feedback Pipeline](https://github.com/Display-Lab/precision-feedback-pipeline) repo
8-
API, but more APIs can be configured as targets in future releases.
7+
As of current date, the tool is focused around testing the [Precision Feedback Pipeline](https://github.com/Display-Lab/precision-feedback-pipeline) API, but more APIs can be configured as targets in future releases.
98

10-
If you are new to Leakdown Tester, read the wiki articles [here](https://github.com/Display-Lab/Leakdown-Tester/wiki)
9+
If you are new to Leakdown Tester, read the wiki articles [here](https://github.com/Display-Lab/Leakdown-Tester/wiki).
1110

1211
Continue reading for argument and env var details to make use of LDT.
1312

@@ -33,6 +32,7 @@ Format for the below argument specifications:
3332
- Default: 1
3433
- Number of tests run by the script (per thread).
3534
+ Identical to the number of requests you want the API to recieve, unless multithreading or using a full-repo test.
35+
3636
`--threads` `integer`
3737
- Default: 1
3838
- Number of threads to run concurrent Leakdown Tests on against the same PFP API endpoint.

0 commit comments

Comments
 (0)