Skip to content

Commit d0f6aa0

Browse files
authored
Update README.md
1 parent 02b65f2 commit d0f6aa0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

python/graphy/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,5 @@ The project can be tested by running the following command:
286286

287287
```bash
288288
python apps/demo_app.py # run the backend app server
289-
pytest --benchmark-skip -s # on other terminal
290-
```
291-
292-
A benchmark tool is provided to test the workflow extraction. You can run the script from the command line as follows:
293-
294-
```bash
295-
pytest --benchmark-only -s
289+
pytest -s # on other terminal
296290
```

0 commit comments

Comments
 (0)