Skip to content

Commit 82e6d4b

Browse files
committed
Documentation
1 parent 2d1050b commit 82e6d4b

File tree

5 files changed

+9
-21
lines changed

5 files changed

+9
-21
lines changed

codeValidation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ echoValidationGroupEnd
4747

4848
source "$RESULT_TYPE_PATH/codeValidation.sh"
4949

50-
echoValidationOk "Code is valid. If everything is done and commited, you can use \"./codeLink.sh $COMPONENT_TYPE $RESULT_TYPE_SLUG $INSTALLATION_PATH\"."
50+
echoValidationOk "Code is valid. If everything is done and commited, you can use \"./codeLink.sh $COMPONENT_TYPE $RESULT_TYPE_SLUG\"."

documentation/codeLink.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ To do it easily, you can use `./codeLink.sh`.
2020
./codeLink.sh
2121
-
2222

23-
Without any parameter, it will ask you 3 informations:
23+
Without any parameter, it will ask you 2 informations:
2424
* component type (framework or templateEngine)
2525
* benchmark type (hello-world or rest-api)
26-
* path to your code
2726

2827
```bash
2928
cd vendor/phpbenchmarks/benchmark-kit
@@ -32,10 +31,8 @@ cd vendor/phpbenchmarks/benchmark-kit
3231
./codeLink.sh
3332
# first parameter is component type, it will ask only the 2 next informations
3433
./codeLink.sh framework
35-
# second parameter is benchmark type, it will ask only the path to your code
36-
./codeLink.sh framework hello-world
3734
# all informations are passed as parameters, no ask
38-
./codeLink.sh framework hello-world /foo/bar
35+
./codeLink.sh framework hello-world
3936
```
4037

4138
[Back to documentation index](../README.md)

documentation/codeValidation.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ What will be validated:
1313
./codeValidation.sh
1414
-
1515

16-
Without any parameter, it will ask you 3 informations:
16+
Without any parameter, it will ask you 2 informations:
1717
* component type (framework or templateEngine)
1818
* benchmark type (hello-world or rest-api)
19-
* path to your code
2019

2120
Available options:
2221
* `-v`: view each validations performed
@@ -31,10 +30,8 @@ cd vendor/phpbenchmarks/benchmark-kit
3130
./codeValidation.sh
3231
# first parameter is component type, it will ask only the 2 next informations
3332
./codeValidation.sh framework
34-
# second parameter is benchmark type, it will ask only the path to your code
35-
./codeValidation.sh framework hello-world
3633
# all informations are passed as parameters, no ask
37-
./codeValidation.sh framework hello-world /foo/bar
34+
./codeValidation.sh framework hello-world
3835
```
3936

4037
[Back to documentation index](../README.md)

documentation/composerUpdate.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ To create them, you can use `./composerUpdate.sh`, who will do a `composer updat
1313
./composerUpdate.sh
1414
-
1515

16-
Without any parameter, it will ask you 3 informations:
16+
Without any parameter, it will ask you 2 informations:
1717
* component type (framework or templateEngine)
1818
* benchmark type (hello-world or rest-api)
19-
* path to your code
2019

2120
Available options:
2221
* `-v`: view each validations performed
@@ -31,10 +30,8 @@ cd vendor/phpbenchmarks/benchmark-kit
3130
./composerUpdate.sh
3231
# first parameter is component type, it will ask only the 2 next informations
3332
./composerUpdate.sh framework
34-
# second parameter is benchmark type, it will ask only the path to your code
35-
./composerUpdate.sh framework hello-world
3633
# all informations are passed as parameters, no ask
37-
./composerUpdate.sh framework hello-world /foo/bar
34+
./composerUpdate.sh framework hello-world
3835
```
3936

4037
[Back to documentation index](../README.md)

documentation/initializeBranch.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ Feel free to edit them manually.
1717
./initializeBranch.sh
1818
-
1919

20-
Without any parameter, it will ask you 3 informations:
20+
Without any parameter, it will ask you 2 informations:
2121
* component type (framework or templateEngine)
2222
* benchmark type (hello-world or rest-api)
23-
* path to your code
2423

2524
Available options:
2625
* `-v`: view each validations performed
@@ -33,10 +32,8 @@ cd vendor/phpbenchmarks/benchmark-kit
3332
./initializeBranch.sh
3433
# first parameter is component type, it will ask only the 2 next informations
3534
./initializeBranch.sh framework
36-
# second parameter is benchmark type, it will ask only the path to your code
37-
./initializeBranch.sh framework hello-world
3835
# all informations are passed as parameters, no ask
39-
./initializeBranch.sh framework hello-world /foo/bar
36+
./initializeBranch.sh framework hello-world
4037
```
4138

4239
[Back to documentation index](../README.md)

0 commit comments

Comments
 (0)