Actions
Task #4796
closedIdea #4754: [Tests] Establish performance test benchmarks.
Configure a jenkins task to run workbench performance test against production workbench
Description
Configure a jenkins task to run performance testing against production workbench.
- Performance testing against production (or any other running instance) can be running using "RAILS_ENV=performance".
- Edit the performance block in application.default.yml to configure the workbench url and user token to be used for testing.
- Use the following command to run the test:
RAILS_ENV=performance bundle exec rake TEST=test/performance/*.rb
- After test is completed, the benchmark data will be stored in tmp/performance directory.
Updated by Ward Vandewege about 10 years ago
- Status changed from New to Resolved
- Remaining (hours) set to 0.0
Actions