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 02b65f2 commit d0f6aa0Copy full SHA for d0f6aa0
python/graphy/README.md
@@ -286,11 +286,5 @@ The project can be tested by running the following command:
286
287
```bash
288
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
+pytest -s # on other terminal
296
```
0 commit comments