Skip to content

Commit

Permalink
Updated Azure Pipelines pool (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
vimauro authored Sep 6, 2023
1 parent 96f3474 commit f553a7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ stages:
Name: test_sgx_no_prefix_tree
DisplayName: Test (SGX, no prefix tree)
Platform: sgx
Pool: 1es-dcv3
Pool: 1es-dc-pool
Environment:
ENABLE_PREFIX_TREE: OFF
FunctionalTestArguments: '--enable-perf'
Expand All @@ -46,7 +46,7 @@ stages:
Name: test_sgx
DisplayName: Test (SGX, with prefix tree)
Platform: sgx
Pool: 1es-dcv3
Pool: 1es-dc-pool
Environment:
ENABLE_PREFIX_TREE: ON
FunctionalTestArguments: '--enable-prefix-tree --enable-faketime'
Expand All @@ -67,7 +67,7 @@ stages:
Name: test_sgx_docker
DisplayName: Test (SGX on Docker, no prefix tree)
Platform: sgx
Pool: 1es-dcv3
Pool: 1es-dc-pool
Variant: Docker
ImageFilename: scitt-ccf-ledger-sgx.tar
Environment:
Expand Down
4 changes: 2 additions & 2 deletions test/test_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from pyscitt.client import Client

NUM_CLAIMS = 100
LOCUST_PEAK_USERS = 500
LOCUST_USERS_SPAWN_RATE = 10
LOCUST_PEAK_USERS = 100
LOCUST_USERS_SPAWN_RATE = 5
LOCUST_RUNTIME_SEC = 60


Expand Down

0 comments on commit f553a7c

Please sign in to comment.