<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/benchmark/vm_ivar_set_subclass.yml, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Fixes ivar benchmarks to not depend on object allocation</title>
<updated>2022-07-15T14:29:42+00:00</updated>
<author>
<name>Jemma Issroff</name>
<email>jemmaissroff@gmail.com</email>
</author>
<published>2022-07-15T14:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c53439294e390595c88c6f3094021ffc7c0147e1'/>
<id>c53439294e390595c88c6f3094021ffc7c0147e1</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix duplicated name</title>
<updated>2020-12-16T01:29:48+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2020-12-16T01:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dff67c809f786c94933583a450dbd9398fa07039'/>
<id>dff67c809f786c94933583a450dbd9398fa07039</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a benchmark for polymorphic ivar setting</title>
<updated>2020-11-09T22:05:41+00:00</updated>
<author>
<name>Aaron Patterson</name>
<email>tenderlove@ruby-lang.org</email>
</author>
<published>2020-11-09T20:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d7581370fd7cef8743c317a1a119215cf064bb73'/>
<id>d7581370fd7cef8743c317a1a119215cf064bb73</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
</feed>
