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

Handle invalid requests and make asHumanHz a bit more robust #201

Closed smarr closed 4 months ago

smarr commented 4 months ago

The rebench.dev errors logs show some invalid requests, which are now hopefully rejected earlier. It also shows some issue in rendering a template because of an issue in asHumanHz where h.toFixed is not a function. I assume that's because h is of a wrong type somehow.