<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/benchmark.rb, 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>[ruby/benchmark] Bump up v0.4.0</title>
<updated>2024-11-08T02:45:51+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-11-08T02:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3406e8aad9f43b03b50cef7263fd6f7ae9f38804'/>
<id>3406e8aad9f43b03b50cef7263fd6f7ae9f38804</id>
<content type='text'>
https://github.com/ruby/benchmark/commit/a5d77ceae0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/benchmark/commit/a5d77ceae0
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/benchmark] Adjust ljust Benchmark#bm with labels was not using the highest length among the labels to adjust the correct ljust. Instead of printing the result during the report generation, now it is waiting to print the result once it is generated.</title>
<updated>2024-11-08T02:32:30+00:00</updated>
<author>
<name>Kaíque Kandy Koga</name>
<email>kaiquekandykoga@gmail.com</email>
</author>
<published>2022-08-08T17:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9523f53465bff9e77dfeba82526112e2de91bdb4'/>
<id>9523f53465bff9e77dfeba82526112e2de91bdb4</id>
<content type='text'>
Benchmark.bm { |x|
  x.item("aaaa") { 1 }
  x.item("aaaaaaaa") { 0 }
}

After

              user     system      total        real
aaaa      0.000005   0.000002   0.000007 (  0.000003)
aaaaaaaa  0.000001   0.000001   0.000002 (  0.000002)

Before

       user     system      total        real
aaaa  0.000005   0.000001   0.000006 (  0.000003)
aaaaaaaa  0.000002   0.000001   0.000003 (  0.000003)

https://github.com/ruby/benchmark/commit/3e74533ead
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Benchmark.bm { |x|
  x.item("aaaa") { 1 }
  x.item("aaaaaaaa") { 0 }
}

After

              user     system      total        real
aaaa      0.000005   0.000002   0.000007 (  0.000003)
aaaaaaaa  0.000001   0.000001   0.000002 (  0.000002)

Before

       user     system      total        real
aaaa  0.000005   0.000001   0.000006 (  0.000003)
aaaaaaaa  0.000002   0.000001   0.000003 (  0.000003)

https://github.com/ruby/benchmark/commit/3e74533ead
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/benchmark] Add example for Benchmark.realtime</title>
<updated>2024-09-27T04:31:47+00:00</updated>
<author>
<name>Nithin Bekal</name>
<email>nithinbekal@gmail.com</email>
</author>
<published>2024-09-27T03:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d7e5133d6d9ae882a5f8e1ae85d75104a1e36ec8'/>
<id>d7e5133d6d9ae882a5f8e1ae85d75104a1e36ec8</id>
<content type='text'>
https://github.com/ruby/benchmark/commit/0f278be6c1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/benchmark/commit/0f278be6c1
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/benchmark] Specify unit of time for Benchmark.realtime</title>
<updated>2024-09-27T04:31:47+00:00</updated>
<author>
<name>Nithin Bekal</name>
<email>nithinbekal@gmail.com</email>
</author>
<published>2024-09-27T03:37:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3209bb950b07e80a5c32f68e445718be03eb44f0'/>
<id>3209bb950b07e80a5c32f68e445718be03eb44f0</id>
<content type='text'>
https://github.com/ruby/benchmark/commit/388236685c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/benchmark/commit/388236685c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/benchmark] Bump up 0.3.0</title>
<updated>2023-11-06T09:33:03+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-11-06T09:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ebb18167185157b9f32f9338f7b5ec7bb4ed486e'/>
<id>ebb18167185157b9f32f9338f7b5ec7bb4ed486e</id>
<content type='text'>
https://github.com/ruby/benchmark/commit/81af12352d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/benchmark/commit/81af12352d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/benchmark] Don't use version.rb</title>
<updated>2023-05-25T07:08:44+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-05-25T06:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5bfb317a938e461a9f99fe209765263cfe23b4d5'/>
<id>5bfb317a938e461a9f99fe209765263cfe23b4d5</id>
<content type='text'>
https://github.com/ruby/benchmark/commit/6d51b10500
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/benchmark/commit/6d51b10500
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/benchmark] Add comment about terminating newline in captions; fix test method name.</title>
<updated>2021-04-22T02:51:37+00:00</updated>
<author>
<name>Keith Bennett</name>
<email>keithrbennett@gmail.com</email>
</author>
<published>2021-03-03T20:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4f39a35b60de7fe80ace6978aae3346f0d76ced4'/>
<id>4f39a35b60de7fe80ace6978aae3346f0d76ced4</id>
<content type='text'>
https://github.com/ruby/benchmark/commit/02ce298d3e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/benchmark/commit/02ce298d3e
</pre>
</div>
</content>
</entry>
<entry>
<title>[lib/benchmark] Use $stdout instead of STDOUT [Bug #17600]</title>
<updated>2021-03-02T00:23:21+00:00</updated>
<author>
<name>Marc-Andre Lafortune</name>
<email>github@marc-andre.ca</email>
</author>
<published>2021-03-02T00:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=61f417ac7dbcb5df096edb95a743fff45a5313c8'/>
<id>61f417ac7dbcb5df096edb95a743fff45a5313c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/benchmark] Adds `Tms#to_h`</title>
<updated>2021-02-08T04:06:17+00:00</updated>
<author>
<name>Keith Bennett</name>
<email>keithrbennett@gmail.com</email>
</author>
<published>2021-02-08T04:02:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3a7ff66abc0c389851ab3c5cd0ac53ebe0647eec'/>
<id>3a7ff66abc0c389851ab3c5cd0ac53ebe0647eec</id>
<content type='text'>
[Feature #17601]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Feature #17601]
</pre>
</div>
</content>
</entry>
<entry>
<title>Work on Benchmark::Tms documentation [ci skip]</title>
<updated>2018-09-15T12:45:46+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2018-09-15T12:45:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=97f8d0fb9e620e5219320803a6da65a544e115ec'/>
<id>97f8d0fb9e620e5219320803a6da65a544e115ec</id>
<content type='text'>
[ruby-core:88874] [Bug #15080]

From: Richard Wardin &lt;shalmezad@gmail.com&gt;

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ruby-core:88874] [Bug #15080]

From: Richard Wardin &lt;shalmezad@gmail.com&gt;

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
