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

Fix getMeasurements(), which retrieves the invocation details for the compare view #195

Closed smarr closed 5 months ago

smarr commented 5 months ago

This addresses part of #194.

The SQL that getMeasurements() used was not yet adapted to the using an array of values in the database (#100). This adds now a minimal test, and fixes the SQL.

The PR also: