Skip to content

Commit

Permalink
[core] Update perf-tests.yml (Azure#35105)
Browse files Browse the repository at this point in the history
Updating perf-tests.yml download-binary with all policies test size to the same as with no extra policies, for easier comparison.
  • Loading branch information
swathipil authored Apr 8, 2024
1 parent ca8ac49 commit 9fa8967
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/core/azure-core/perf-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Tests:
Class: DownloadBinaryDataTest
Arguments:
- --size 1024 --parallel 64 --duration 60
- --size 1024 --parallel 64 --duration 60 --transport requests
- --size 10240 --parallel 64 --duration 60 --transport requests
- --size 1024 --parallel 64 --duration 60 --use-entra-id
- --size 10240 --parallel 64 --duration 60 --policies all
- --size 1024 --parallel 64 --duration 60 --policies all

- Test: update-entity
Class: UpdateEntityJSONTest
Expand All @@ -47,4 +47,4 @@ Tests:
- --count 500 --parallel 32 --warmup 60 --duration 60
- --count 500 --parallel 32 --warmup 60 --duration 60 --transport requests
- --count 500 --parallel 32 --warmup 60 --duration 60 --use-entra-id
- --count 500 --parallel 32 --warmup 60 --duration 60 --policies all
- --count 500 --parallel 32 --warmup 60 --duration 60 --policies all

0 comments on commit 9fa8967

Please sign in to comment.