evnwashere | 1 year ago | on: JavaScript Benchmarking Is a Mess
evnwashere's comments
evnwashere | 1 year ago | on: Show HN: Mitata – Benchmarking tooling for JavaScript
evnwashere | 1 year ago | on: Show HN: Mitata – Benchmarking tooling for JavaScript
in practice i haven’t found any js function that gets faster after mitata’s time budget (excluding cpu clock speed increasing because of continuous workload)
another problem is garbage collection can cause long pauses that cause big jumps for some runs, thus causing loop to continue searching for best result longer than necessary
evnwashere | 1 year ago | on: Show HN: Mitata – Benchmarking tooling for JavaScript
evnwashere | 1 year ago | on: Show HN: Mitata – Benchmarking tooling for JavaScript
evnwashere | 1 year ago | on: Show HN: Mitata – Benchmarking tooling for JavaScript
evnwashere | 1 year ago | on: Show HN: Mitata – Benchmarking tooling for JavaScript
it provides bunch of features to help avoiding jit optimization foot-guns during benchmarking and dips into more advanced stuff like hardware cpu counters to see what’s the end result of jit on cpu