summaryrefslogtreecommitdiff
path: root/benchmark/vm_ivar_set_subclass.yml
AgeCommit message (Collapse)Author
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