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

Performance fix from @brettwooldridge #347

Merged
merged 1 commit into from
Jun 26, 2017
Merged

Conversation

TobiasSQL
Copy link
Contributor

Per comment in issue #166 from @brettwooldridge from his speedify branch. Try to get this into RTW.

@codecov-io
Copy link

codecov-io commented Jun 16, 2017

Codecov Report

Merging #347 into RTW_6.2.0 will increase coverage by <.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@               Coverage Diff               @@
##             RTW_6.2.0     #347      +/-   ##
===============================================
+ Coverage        37.32%   37.32%   +<.01%     
- Complexity        1769     1776       +7     
===============================================
  Files              107      107              
  Lines            24480    24482       +2     
  Branches          4036     4036              
===============================================
+ Hits              9136     9138       +2     
- Misses           13625    13635      +10     
+ Partials          1719     1709      -10
Flag Coverage Δ Complexity Δ
#JDBC41 37.18% <66.66%> (+0.07%) 1769 <1> (+8) ⬆️
#JDBC42 37.16% <66.66%> (-0.07%) 1768 <1> (+2)
Impacted Files Coverage Δ Complexity Δ
...c/main/java/com/microsoft/sqlserver/jdbc/Util.java 46.83% <66.66%> (-0.22%) 57 <1> (-1)
...om/microsoft/sqlserver/jdbc/ReaderInputStream.java 46.06% <0%> (-2.25%) 17% <0%> (ø)
...in/java/com/microsoft/sqlserver/jdbc/IOBuffer.java 44.2% <0%> (-0.48%) 0% <0%> (ø)
...om/microsoft/sqlserver/jdbc/SQLServerBulkCopy.java 49% <0%> (+0.21%) 211% <0%> (+2%) ⬆️
...ncurrentlinkedhashmap/ConcurrentLinkedHashMap.java 42.42% <0%> (+0.21%) 46% <0%> (ø) ⬇️
...m/microsoft/sqlserver/jdbc/SQLServerResultSet.java 27.53% <0%> (+0.29%) 189% <0%> (+2%) ⬆️
...m/microsoft/sqlserver/jdbc/SQLServerStatement.java 59.36% <0%> (+0.3%) 130% <0%> (+1%) ⬆️
...om/microsoft/sqlserver/jdbc/SimpleInputStream.java 48.88% <0%> (+1.48%) 10% <0%> (+1%) ⬆️
src/main/java/microsoft/sql/DateTimeOffset.java 40% <0%> (+2.85%) 10% <0%> (+2%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 17aee6f...e573c26. Read the comment docs.

@v-nisidh v-nisidh merged commit 11efe7e into RTW_6.2.0 Jun 26, 2017
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

Successfully merging this pull request may close these issues.

5 participants