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 startup after Denormalizing Run table in #178, and make shared libraries available to frontend #179

Closed smarr closed 6 months ago

smarr commented 6 months ago

The needsTables() was overlooked, and tried to see whether the Executor table is there, which is gone since #178, so, it's better to check for the Run table instead.

In production, I also had a fix that was not yet in the code base, to copy the shared libraries to the resources folder so that they are available to the browser/user.