summaryrefslogtreecommitdiff
path: root/benchmark/vm_ivar_set_subclass.yml
AgeCommit message (Collapse)Author
2022-07-15Fixes ivar benchmarks to not depend on object allocationJemma Issroff
Prior to this change, we were measuring object allocation as well as setting instance variables within ivar benchmarks. With this change, we now only measure setting instance variables within ivar benchmarks. Notes: Merged: https://github.com/ruby/ruby/pull/6142
2020-12-16fix duplicated nameKoichi Sasada
2020-11-09Add a benchmark for polymorphic ivar settingAaron Patterson
This benchmark demonstrates the performance of setting an instance variable when the type of object is constantly changing. This benchmark should give us an idea of the performance of ivar setting in a polymorphic environment Notes: Merged: https://github.com/ruby/ruby/pull/3750