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

Measure Time to First byte in JDBCSampler #211

Closed
wants to merge 2 commits into from

Commits on Jun 24, 2016

  1. In order to measure time to first byte for JDBC sampler:

    - Use connect time to instead of latency to measure connection time
    - Use latency to measure the time at which the first ResultSet (or whatever) is received from the connection
    Thomas Peyrard authored and Thomas Peyrard committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    2ea7107 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2016

  1. Clean the exceptions thrown by execute methods: remove the Unsupporte…

    …dEncodingException because the IOException is more general.
    
     Add javadoc for execute method taking a sample as argument.
    Thomas Peyrard authored and Thomas Peyrard committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    99d31ec View commit details
    Browse the repository at this point in the history