<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/benchmarks, branch auto</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>BENCH: Add some benchmarks for `matmul`.</title>
<updated>2016-01-16T18:53:20+00:00</updated>
<author>
<name>John Kirkham</name>
<email>kirkhamj@janelia.hhmi.org</email>
</author>
<published>2016-01-16T18:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e5b108c8f3fe5d60decb6a43b57c994909c8d3a8'/>
<id>e5b108c8f3fe5d60decb6a43b57c994909c8d3a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BENCH: Reorganize existing benchmarks by the order they show up when run in the benchmarking suite.</title>
<updated>2016-01-16T18:50:50+00:00</updated>
<author>
<name>John Kirkham</name>
<email>kirkhamj@janelia.hhmi.org</email>
</author>
<published>2016-01-16T18:50:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=4c504072b9914c0bf16ba70e41c2afbf4807f0e6'/>
<id>4c504072b9914c0bf16ba70e41c2afbf4807f0e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6969 from charris/bench-randint</title>
<updated>2016-01-12T17:41:16+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-01-12T17:41:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=11929309a0c4afd6bd94705379ba90c23fc112fa'/>
<id>11929309a0c4afd6bd94705379ba90c23fc112fa</id>
<content type='text'>
ENH: Add benchmark tests for numpy.random.randint.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Add benchmark tests for numpy.random.randint.</pre>
</div>
</content>
</entry>
<entry>
<title>BENCH: Perform benchmarking for the computation of `inner` on a matrix with itself.</title>
<updated>2016-01-08T23:53:00+00:00</updated>
<author>
<name>John Kirkham</name>
<email>kirkhamj@janelia.hhmi.org</email>
</author>
<published>2016-01-08T23:05:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=5a1d64e85724118714fa76bb67695c884c67ec92'/>
<id>5a1d64e85724118714fa76bb67695c884c67ec92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add benchmark tests for numpy.random.randint.</title>
<updated>2016-01-08T02:19:25+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-01-08T00:53:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=931e2d1e8ba3fd6b129a6d74e3a1ad9984c1938a'/>
<id>931e2d1e8ba3fd6b129a6d74e3a1ad9984c1938a</id>
<content type='text'>
This add benchmarks randint. There is one set of benchmarks for the
default dtype, 'l', that can be tracked back, and another set for the
new dtypes 'bool', 'uint8', 'uint16', 'uint32', and 'uint64'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This add benchmarks randint. There is one set of benchmarks for the
default dtype, 'l', that can be tracked back, and another set for the
new dtypes 'bool', 'uint8', 'uint16', 'uint32', and 'uint64'.
</pre>
</div>
</content>
</entry>
<entry>
<title>BENCH: Add benchmarks between an array and its transpose that share data, which should be optimized, versus the same configuration without shared data.</title>
<updated>2016-01-06T20:03:13+00:00</updated>
<author>
<name>John Kirkham</name>
<email>kirkhamj@janelia.hhmi.org</email>
</author>
<published>2016-01-06T16:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=8d8a74d8b2f86d2548a04565744ab122537a4f62'/>
<id>8d8a74d8b2f86d2548a04565744ab122537a4f62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BENCH: speed up benchmark suite import time; bump bench_ufunc timeout upward</title>
<updated>2015-12-14T00:01:21+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2015-12-13T21:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=ff92db22b195c05aace5c277527078b6055c3f78'/>
<id>ff92db22b195c05aace5c277527078b6055c3f78</id>
<content type='text'>
The input data generation in benchmarks/common.py takes ~ 1s, and it is
not used by most benchmarks. Generate it lazily instead, making sure the
generation is done in the setup() routines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The input data generation in benchmarks/common.py takes ~ 1s, and it is
not used by most benchmarks. Generate it lazily instead, making sure the
generation is done in the setup() routines.
</pre>
</div>
</content>
</entry>
<entry>
<title>BENCH: allow benchmark suite to run on Python 3</title>
<updated>2015-12-05T23:09:38+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2015-12-05T23:08:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=8e9c91ca962b1cb76c392983740300691a37c3cd'/>
<id>8e9c91ca962b1cb76c392983740300691a37c3cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PERF: add 0d structured indexing benchmark</title>
<updated>2015-10-18T19:15:40+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2015-10-13T17:21:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=8cf5b506d2d3da833b09e8bbbe874db6f9c5e809'/>
<id>8cf5b506d2d3da833b09e8bbbe874db6f9c5e809</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WHT: break long lines + pep8</title>
<updated>2015-08-24T16:40:19+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2015-08-24T16:40:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=02ae0e3ea9fb3567c12e8d0c93ae8dbd4977623e'/>
<id>02ae0e3ea9fb3567c12e8d0c93ae8dbd4977623e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
