Jason Williams

Results 351 comments of Jason Williams

I have an idea, which could be to use math.js to convert what ever future values back to the right unit, `math.eval(901.86 ns to us) => 0.90186 us`. This could...

This is a bit messy right now but ive got it working here: https://github.com/jasonwilliams/github-action-benchmark/blob/local-add-criterion-support/src/default_index_html.ts Example of it working here (on the bottom graph highlight the third node it should be...

@ashleygwilliams @boringcactus what happened to this? Is there still any work in progress?

Yeah perf is there on the path and working by the looks of it

perf report seems fine from what i can see

removing --dev i did get ``` undefined[ perf record: Woken up 1 times to write data ] [ perf record: Captured and wrote 0.006 MB perf.data ] thread 'main' panicked...

It also does that when i add --freq 2 (or any number)

@mcollina thanks I was not aware of that!

Sorry for braindump..... @silverwind using node shims is no longer the recommended direction from Webpack v5 onwards. Instead, this package should generate 2 bundles: - A "node" version which is...

@silverwind is this a change you're planning to PR?