Skip to content

Commit ae9c7d7

Browse files
committed
docs: Align 'Benchmarking' page with updated guidelines
1 parent 50483c7 commit ae9c7d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/documentation/docs/pages/Benchmarking.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ The following is a walk-through on how to evaluate the performance impact of cha
1212
2. Prepare the UI5 CLI repository *(optional if your development environment already reflects this)*:
1313
1. Clone [UI5 CLI](https://github.com/UI5/cli) (or your fork) and navigate into it
1414
```sh
15-
git clone git@github.com:UI5/cli.git
15+
git clone https://github.com/UI5/cli.git
1616
cd cli
1717
```
1818
Make sure you check out the `main` branch, since we'll perform the baseline test first
19-
2. Install npm dependencies
19+
2. Install all dependencies in the repository (npm workspace):
2020
```sh
2121
npm install
2222
```
23-
3. Create a global npm link for `@ui5/cli`
23+
3. Link the `@ui5/cli` package to make the `ui5` command available globally
2424
```sh
25-
(cd packages/cli && npm link)
25+
npm link --workspace @ui5/cli
2626
```
2727
4. Verify your setup
2828
```sh

0 commit comments

Comments
 (0)