Show HN: Mitata – Benchmarking tooling for JavaScript
11–20 of 27 posts
Re: Show HN: Mitata – Benchmarking tooling for JavaScript
#12Is it by accident that "mitata", the project name, means "to measure" in Finnish?
Re: Show HN: Mitata – Benchmarking tooling for JavaScript
#13This is for "headless" JavaScript outside the browser, right?
edit: all JS is "headless". almost all languages are headless. _Software_ can be headless or have a GUI. but languages are naturally headless.
Re: Show HN: Mitata – Benchmarking tooling for JavaScript
#14This is for "headless" JavaScript outside the browser, right?
Never heard JS called "headless". Not sure I like it. edit: all JS is "headless". almost all languages are headless. _Software_ can be headless or have a GUI. but languages are naturally headless.
Re: Show HN: Mitata – Benchmarking tooling for JavaScript
#15Wow, I was just looking how to benchmark a streaming JSON parser that I'm working on! I'm creating it specifically for performance-intensive situations with JSON strings sizes up to gigabytes, and I thought that I had to implement about half of the features you mention there, like parametrisation and automatic GC after every test.
Re: Show HN: Mitata – Benchmarking tooling for JavaScript
#16Re: Show HN: Mitata – Benchmarking tooling for JavaScript
#17This is for "headless" JavaScript outside the browser, right?
Never heard JS called "headless". Not sure I like it. edit: all JS is "headless". almost all languages are headless. _Software_ can be headless or have a GUI. but languages are naturally headless.
Re: Show HN: Mitata – Benchmarking tooling for JavaScript
#18Re: Show HN: Mitata – Benchmarking tooling for JavaScript
#19Hi! In your benchmark, do you use a fixed number of iterations to stop the test, or do you apply a statistical criterion, such as the Student's t-test, to determine when to stop?
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
Re: Show HN: Mitata – Benchmarking tooling for JavaScript
#20Earlier quoted context omitted.
Never heard JS called "headless". Not sure I like it. edit: all JS is "headless". almost all languages are headless. _Software_ can be headless or have a GUI. but languages are naturally headless.
There’s a lot of server side js. Mostly plumbing code but there’s certainly “headless” js