smarr / ReBenchDB

ReBenchDB records benchmark results and provides customizable reporting to track and analyze run-time performance of software programs.
MIT License
12 stars 6 forks source link

Remove unused Unit table #181

Closed smarr closed 6 months ago

smarr commented 6 months ago

In a similar spirit as #178, this PR removes the Unit table. It was intended to store some metadata for units, like sorting direction, but this hasn't been used so far, and might belong better into the Criterion if we ever need it.

So, this PR removes it for now.