Live data from Hacker News

Viewing profile — evnwashere

evnwashere

HN member
Joined
Sun, Sep 22, 2024, 5:04 PM UTC
HN karma
25
Public activity
8 items

About evnwashere

No profile information was provided.

Recent public activity

  1. comment
    Comment #42503896

    That’s why i created mitata, it greatly improves on javascript (micro-)benchmarking tooling it provides bunch of features to help avoiding jit optimization foot-guns during benchma…

  2. comment
    Comment #41685906

    vitest is nice but it’s completely unsuited for micro-benchmarks as it ends up oom crashing after just 2 optimized out benchmarks

  3. comment
    Comment #41683244

    i didn’t want it to be complex so it uses simple time budget + at least x amount of samples, both and more can be configured with lower level api. in practice i haven’t found any j…

  4. comment
    Comment #41682857

    it was hand picked for exactly that :)

  5. comment
    Comment #41682664

    yes, you can import mitata inside web worker and run it there, if you only need raw results you can even use lower level api https://github.com/evanwashere/mitata?tab=readme-ov-fil…

  6. comment
    Comment #41682646

    I have been thinking of reusing/creating something like https://perf.rust-lang.org/ that lets you pick and compare specific hash/commit with all data from json format

  7. comment
    Comment #41682374

    It works anywhere where javascript works, so you can easily run it in browser too. Tho idea of making jsbench like website but with mitata accuracy (+ dedicated runners) keeps bugg…

  8. story
    Show HN: Mitata – Benchmarking tooling for JavaScript

    I always had a sweet tooth for how easy it is to use google/benchmark, but when working with js, current libraries didn't feel right and some were not even accurate enough, so I de…