<feed xmlns='http://www.w3.org/2005/Atom'>
<title>allocbench/src/benchmarks/redis.py, branch artifact</title>
<subtitle>benchmark tool for POSIX memory allocators</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/'/>
<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>port building of redis to python</title>
<updated>2019-09-11T15:28:29+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-11T15:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=436f6e63072f3537e66cef87dd8f6ae776dd0454'/>
<id>436f6e63072f3537e66cef87dd8f6ae776dd0454</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add redis benchmark inspired by mimalloc-bench</title>
<updated>2019-09-11T15:28:29+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-04T21:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=600ce8dbd7edaf43af8f6796225fadd5ca14b6f9'/>
<id>600ce8dbd7edaf43af8f6796225fadd5ca14b6f9</id>
<content type='text'>
redis is build using a bash script because I wasn't able to build
with make alone.
TODO: build redis using only a Makefile
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
redis is build using a bash script because I wasn't able to build
with make alone.
TODO: build redis using only a Makefile
</pre>
</div>
</content>
</entry>
</feed>
