ionelmc / pytest-benchmark

py.test fixture for benchmarking code
BSD 2-Clause "Simplified" License
1.24k stars 119 forks source link

Remove unwanted blank lines in csv output #204

Closed JulienGrv closed 2 years ago

JulienGrv commented 3 years ago

Bugfix for an issue with the csv output in the compare command: there is blank lines between each row.

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@7dace61). Click here to learn what that means. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #204   +/-   ##
=========================================
  Coverage          ?   65.43%           
=========================================
  Files             ?       16           
  Lines             ?     1808           
  Branches          ?      322           
=========================================
  Hits              ?     1183           
  Misses            ?      545           
  Partials          ?       80           
Impacted Files Coverage Δ
src/pytest_benchmark/csv.py 0.00% <0.00%> (ø)

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 7dace61...3363c73. Read the comment docs.