mayu-live / framework

Mayu is a live updating server-side component-based VDOM rendering framework written in Ruby
https://mayu.live
GNU Affero General Public License v3.0
130 stars 4 forks source link

Benchmarks #56

Open aalin opened 1 year ago

aalin commented 1 year ago

It would be useful to implement some sort of benchmarks that can run in GitHub Actions.

Without benchmarks, it's difficult to know whether a change has a positive or negative impact on performance. The new diffing algorithm ran faster in my tests, but in the real world maybe it allocates more objects and therefore results in

It would be nice to have benchmarks for:

Could maybe use https://ruby-prof.github.io/ to get the numbers.