summaryrefslogtreecommitdiff
path: root/benchmark/vm_ivar_extended_obj_init.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
2022-06-16Added vm_ivar benchmark for initializing an embedded objJemma Issroff
Notes: Merged: https://github.com/ruby/ruby/pull/6030