Executing Performance Tests
Default parameters for Performance Test
The table below shows configurable parameters and their default values:
Variable
Default Value
BROWSE_ITEMS_THREADS
70
Number of browse users (PROJECT_COUNT * BROWSE_USER_COUNT)
CREATE_ITEMS_THREADS
20
Number of create users (PROJECT_COUNT * CREATE_USER_COUNT)
SEARCH_THREADS
10
Number of search users (PROJECT_COUNT * SEARCH_USER_COUNT)
To modify the variables start jmeter with the command below:
$ jmeter -t cb-performance-test.jmx
Now click on Run Codebeamer Performance Test. To change a value just double click on the variable available in column Value as on the screenshot below:
File->Save menu item can be used to save the modifications.
Run performance test
* 
It must be always ensured that the tests run again a new Codebeamer instance where the installation (including post install) is just completed. The tests can not be repeated, always a new Codebeamer instance must be available.
The performance tests can be executed with script performance-test:
./performance-test protocol server_port context_path
example:
$ ./performance-test http localhost 8080 /cb/
Refer to Check+Test+Results to analyse the results
Was this helpful?