Skip to content
Snippets Groups Projects
Commit f13ee975 authored by Simon Eismann's avatar Simon Eismann
Browse files

added responstime sample queries

parent 9fda7288
No related branches found
No related tags found
No related merge requests found
SELECT browse.responseTimeSample
FOR SERVICE 'scenario.browse' AS browse
USING dml@'/../specjent2010.properties';
\ No newline at end of file
SELECT manage.responseTimeSample
FOR SERVICE 'scenario.manage' AS manage
USING dml@'/../specjent2010.properties';
\ No newline at end of file
SELECT mfgejb.responseTimeSample
FOR SERVICE 'scenario.dealer.ejb' AS mfgejb
USING dml@'/../specjent2010.properties';
\ No newline at end of file
SELECT mfgws.responseTimeSample
FOR SERVICE 'scenario.dealer.ws' AS mfgws
USING dml@'/../specjent2010.properties';
\ No newline at end of file
SELECT purchase.responseTimeSample
FOR SERVICE 'scenario.purchase' AS purchase
USING dml@'/../specjent2010.properties';
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment