Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gatling performance tests instructions #4188

Closed
danilomendonca opened this issue Dec 18, 2018 · 2 comments
Closed

Gatling performance tests instructions #4188

danilomendonca opened this issue Dec 18, 2018 · 2 comments

Comments

@danilomendonca
Copy link
Contributor

Steps to reproduce the issue:

  1. run any of the performance tests with gatling following the instructions under tests/performance
  • e.g., [variables] ./gradlew gatlingRun-LatencySimulation

Provide the expected results and outputs:

normal execution of the performance test

Provide the actual results and outputs:

Exception in thread "main" java.lang.IllegalArgumentException: The requested class 'LatencySimulation' can not be found in the classpath or does not extends Simulation.

Fix

update the performance tests README.md; at each test run example, the complete path to the test class should be included:

- ./gradlew gatlingRun-org.apache.openwhisk.ApiV1Simulation
- ./gradlew gatlingRun-org.apache.openwhisk.LatencySimulation
- ./gradlew gatlingRun-org.apache.openwhisk.BlockingInvokeOneActionSimulation

@chetanmeh
Copy link
Member

@danilomendonca Thanks for the reporting it. This is most likely due to recent change in package names #4073. Would you be able to create a PR to update the docs?

danilomendonca added a commit to danilomendonca/incubator-openwhisk that referenced this issue Dec 21, 2018
@danilomendonca
Copy link
Contributor Author

@chetanmeh done :)

Cheers
Danilo

BillZong pushed a commit to BillZong/openwhisk that referenced this issue Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants