Skip to content

Commit

Permalink
keep CPU busy
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Nov 27, 2023
1 parent 5f9bbb6 commit c0a0fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/regex-repro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
dotnet build ./src/kiota
- name: Run the CLI
run: |
nohup openssl speed -multi $(nproc --all) > /dev/null 2> /dev/null &
src/kiota/bin/Debug/net8.0/kiota generate --openapi="https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.yaml" --output=tmp --clean-output --clear-cache --language java
src/kiota/bin/Debug/net8.0/kiota generate --openapi="https://api.apis.guru/v2/specs/twitter.com/current/2.61/openapi.json" --output=tmp --clean-output --clear-cache --language java
src/kiota/bin/Debug/net8.0/kiota generate --openapi="https://api.apis.guru/v2/specs/notion.com/1.0.0/openapi.json" --output=tmp --clean-output --clear-cache --language java
Expand Down

0 comments on commit c0a0fd3

Please sign in to comment.