Hacker News new | past | comments | ask | show | jobs | submit login
JSBen.ch – Performance benchmarking playground for JavaScript (jsben.ch)
70 points by andrei-akopian 3 months ago | hide | past | favorite | 15 comments



Happy to see it return. Are all the benchmarks back? It would be nice if all those links from Stack Overflow work again.


Almost ... That's an old link : https://jsben.ch/#/BQhED If you get rid of the #/ it seems to work https://jsben.ch/BQhED


Maybe those links could be updated in some automated way?


It would be quite easy. I sent a message to the creator, hopefully he'll implement that for you and everyone ^^


they could add a url redirect on the client side if they match the old hash routed url


Sometimes got stuck on 0% rocket screen. Don't know why.

edit: It's when the code throw some error. The user should receive an alert.


I'll stick to https://jsbenchit.org/. If it ever goes down I'll still have all the code snippets in gist form, and a repo to self-host locally.


Guessing the benchmark results are for number of runs? Over what time period?


Just post your code into ChatGPT and ask it to generate a benchmark /s


Seems a little complicated, you can just ask for bechmark results.


The website has no about page or any other links. I am not the dev and I don't know who the dev is. I found the site yesterday on Stackoverflow.



Do we have any browser extension to run this on a specific webpage & suggest code blocks with potentially bad patterns from a Performance standpoint?


Modern computers are very fast, it is hard to push them to the limits using just JavaScript. 99% of performance based decisions are premature optimization. Few operations are so complex and have to be done in such large numbers that they will take to long for the user.

Benchmarks are A/B tests. What you are talking about is called a "profiler" and if you google "JavaScript Profiler" quite a few will come up (including an extension).

Modern Browsers have a "Task Manager" in "three dots" > More Tools > Task Manager.

I realized I don't know what the actual bottlenecks are on websites. Background processes adding up across tabs I assume? If someone knows please tell me/us.


Are we assuming all users will be on modern browsers with modern hardware?




Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: