<feed xmlns='http://www.w3.org/2005/Atom'>
<title>allocbench/src/benchmarks/lld.py, branch catch_abort</title>
<subtitle>benchmark tool for POSIX memory allocators</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/'/>
<entry>
<title>use ArchiveArtifacts for all benchmark resources</title>
<updated>2019-09-23T11:42:05+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-23T11:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=6e019b83c2f82552704feb4d8ce18e0d3a19d75a'/>
<id>6e019b83c2f82552704feb4d8ce18e0d3a19d75a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't exit if we fail to prepare a benchmark</title>
<updated>2019-09-11T17:08:13+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-11T16:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=558bed67565110bb01dc56ef135b86c113b8b32a'/>
<id>558bed67565110bb01dc56ef135b86c113b8b32a</id>
<content type='text'>
benchmark.prepare should raise an Exception if it encounters an
unrecoverable, intolerable error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
benchmark.prepare should raise an Exception if it encounters an
unrecoverable, intolerable error.
</pre>
</div>
</content>
</entry>
<entry>
<title>explicitly collect binary versions</title>
<updated>2019-09-11T15:59:23+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-11T15:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=84374b4b4e41c4bb7896092c10098b5e6b5f68c1'/>
<id>84374b4b4e41c4bb7896092c10098b5e6b5f68c1</id>
<content type='text'>
There is no generic way to retrieve the version of a binary.
Not everyone followes GNU cli guidelines and supports "--version".
The larson benchmark for example reads input from stdin when
started with "larson --version" blocking the Benchmark.prepare() call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no generic way to retrieve the version of a binary.
Not everyone followes GNU cli guidelines and supports "--version".
The larson benchmark for example reads input from stdin when
started with "larson --version" blocking the Benchmark.prepare() call.
</pre>
</div>
</content>
</entry>
<entry>
<title>move urlretrieve report hook to util.py and use archive in dj_trace</title>
<updated>2019-08-29T12:08:43+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-29T12:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=884f09cbde3882de8e7db3bd90d856f499a0e706'/>
<id>884f09cbde3882de8e7db3bd90d856f499a0e706</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>require a name in Benchmark.__init__</title>
<updated>2019-08-29T10:14:32+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-29T10:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=4499b5380b97ac0d64e3ba8701f1b8638609b420'/>
<id>4499b5380b97ac0d64e3ba8701f1b8638609b420</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add license header comments to benchmark definitions</title>
<updated>2019-08-28T08:23:01+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-28T08:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=76df14113bec8b496c75e4b0d98df6fc0ff8b51f'/>
<id>76df14113bec8b496c75e4b0d98df6fc0ff8b51f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve benchmark code quality using pylint</title>
<updated>2019-08-27T14:54:17+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-27T14:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=93e3aac6315c17a74e63f02053a3e8e2e6b21928'/>
<id>93e3aac6315c17a74e63f02053a3e8e2e6b21928</id>
<content type='text'>
The description Benchmark member is replaced with class docstrings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The description Benchmark member is replaced with class docstrings
</pre>
</div>
</content>
</entry>
<entry>
<title>add error bars to barplot_single_arg</title>
<updated>2019-08-26T16:11:31+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-26T16:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=7561d43ee606bb402d50aad78fcc4ad53274d3cd'/>
<id>7561d43ee606bb402d50aad78fcc4ad53274d3cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add test name to runtime plot</title>
<updated>2019-08-26T15:25:20+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-26T15:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=fdf1371bb0c1aa4432e33f91811068d2786ecda8'/>
<id>fdf1371bb0c1aa4432e33f91811068d2786ecda8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>delete lld-test archive after successful extraction</title>
<updated>2019-08-24T16:07:40+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-24T16:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=110bcf125084808a959d3d84c5593caee1ac5555'/>
<id>110bcf125084808a959d3d84c5593caee1ac5555</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
