Skip to content

Commit 4322e53

Browse files
authored
Adding workflow_dispatch to throughput testing
1 parent b235f4c commit 4322e53

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/perf-testing-setup.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Throughput testing workflow
22

33
on:
4+
workflow_dispatch:
45
push:
56
pull_request:
67
branches: [ dev ]
@@ -16,10 +17,7 @@ jobs:
1617
strategy:
1718
fail-fast: false
1819
matrix:
19-
test_to_run: [ SyncHttpTriggerHelloWorld,
20-
SyncHttpTriggerWithSyncRequests,
21-
AsyncHttpTriggerWithAsyncRequest,
22-
SyncHttpTriggerCPUIntensive ]
20+
test_to_run: [ SyncHttpTriggerHelloWorld, SyncHttpTriggerWithSyncRequests, AsyncHttpTriggerWithAsyncRequest, SyncHttpTriggerCPUIntensive ]
2321
steps:
2422
- uses: actions/checkout@v2
2523
- name: Set up Python ${{ env.PYTHON_VERSION }}

0 commit comments

Comments
 (0)