ajquery.js icon indicating copy to clipboard operation
ajquery.js copied to clipboard

Include React in benchmarks

Open coolaj86 opened this issue 2 years ago • 6 comments

How does this compare to React Native and Vanilla JS?

coolaj86 avatar Jul 23 '21 11:07 coolaj86

Just putting these here for now:

ajquery-benchmarks

coolaj86 avatar Jul 23 '21 11:07 coolaj86

Cool! What kind of benchmark tool did you use?

ryota-murakami avatar Jul 23 '21 15:07 ryota-murakami

@ryota-murakami benchmark.js. It guarantees the best results.

(see for youself: clone and run npm run benchmark)

coolaj86 avatar Jul 24 '21 05:07 coolaj86

@coolaj86 Thanks! I didn't know that! https://benchmarkjs.com/ But current code https://github.com/coolaj86/ajquery.js/blob/main/benchmark.js only just console.log() and sleep, still work in progress?

ryota-murakami avatar Jul 24 '21 06:07 ryota-murakami

image

https://xkcd.com/221/

Work's done. Results are what matter most.

coolaj86 avatar Jul 24 '21 08:07 coolaj86

OK! In the past I find out it therootcompany/greenlock-express.js and learned a lot from this, thank you!

ryota-murakami avatar Jul 24 '21 09:07 ryota-murakami