Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update readme
  • Loading branch information
swathipil committed Feb 11, 2024
commit dec94cced3fa857aebdfeaee3f75c45a146742f7
6 changes: 3 additions & 3 deletions sdk/core/corehttp/tests/perf_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ AZURE_STORAGE_TABLES_ENDPOINT=<The Storage Tables endpoint in the format 'https:
When `devtools_testutils` is installed, you will have access to the `perfstress` command line tool, which will scan the current module for runable perf tests. Only a specific test can be run at a time (i.e. there is no "run all" feature).

```cmd
(env) ~/azure-core> cd tests
(env) ~/azure-core/tests> perfstress
(env) ~/core/corehttp> cd tests
(env) ~/core/corehttp/tests> perfstress
```

Using the `perfstress` command alone will list the available perf tests found.
Expand Down Expand Up @@ -78,5 +78,5 @@ The options that are additionally available for `ListEntitiesPageableTest`:
## Example command

```cmd
(env) ~/azure-core> perfstress DownloadBinaryDataTest --aad --transport requests --size=20480 --parallel=2
(env) ~/core/corehttp> perfstress DownloadBinaryDataTest --aad --transport requests --size=20480 --parallel=2
```