<feed xmlns='http://www.w3.org/2005/Atom'>
<title>allocbench, branch redis</title>
<subtitle>benchmark tool for POSIX memory allocators</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/'/>
<entry>
<title>add redis benchmark inspired by mimalloc-bench</title>
<updated>2019-09-04T21:28:26+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=3b12daf2666c8b6026ebff1692cffb5cebfcdc43'/>
<id>3b12daf2666c8b6026ebff1692cffb5cebfcdc43</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>
<entry>
<title>improve server benchmarks</title>
<updated>2019-09-04T21:24:21+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-04T21:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=af5d89da2ed99de3094d8b5db2eaf35c649fcbe7'/>
<id>af5d89da2ed99de3094d8b5db2eaf35c649fcbe7</id>
<content type='text'>
servers are now dictionary with two mandatory keys: "name" and "cmd".
Optional keys are:
	* "prepare_cmds": commands are run after a server is started
	* "shutdown_cmds": commands are run before a server is terminated
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
servers are now dictionary with two mandatory keys: "name" and "cmd".
Optional keys are:
	* "prepare_cmds": commands are run after a server is started
	* "shutdown_cmds": commands are run before a server is terminated
</pre>
</div>
</content>
</entry>
<entry>
<title>fix src.util.prefix_cmd_with_abspath for commands without arguments</title>
<updated>2019-09-04T21:22:50+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-04T21:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=46cc0ee59f4f3032d326461d8915e81fa80bb7c3'/>
<id>46cc0ee59f4f3032d326461d8915e81fa80bb7c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add "time" suffix to realloc time plot</title>
<updated>2019-09-04T21:22:10+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-04T21:22:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=e0ea88078322de8d8f9d815f3ee119bafe597ccf'/>
<id>e0ea88078322de8d8f9d815f3ee119bafe597ccf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix barplot for benchmarks with empty args dict</title>
<updated>2019-09-04T21:21:11+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-04T21:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=70f4b3ef9dcc23120fa70fb5314197aa914270b1'/>
<id>70f4b3ef9dcc23120fa70fb5314197aa914270b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rework Benchmark.terminate_subprocess to use Popen.communicate</title>
<updated>2019-09-04T21:17:34+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-04T21:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=4844bbadc7fa9ac0b6640cd1010cce8e603ea4dd'/>
<id>4844bbadc7fa9ac0b6640cd1010cce8e603ea4dd</id>
<content type='text'>
code is inspired by the example in the python3 subprocess documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
code is inspired by the example in the python3 subprocess documentation
</pre>
</div>
</content>
</entry>
<entry>
<title>add reset command to supermalloc definition</title>
<updated>2019-09-04T21:16:30+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-04T21:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=9b16092031b306c7dc49dde70df74461ebea4a23'/>
<id>9b16092031b306c7dc49dde70df74461ebea4a23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try to get version of benchmark requirements</title>
<updated>2019-08-30T12:19:32+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-30T12:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=5ae63c71fcbabad8ad5a3a13d7fc19493c1cc1c5'/>
<id>5ae63c71fcbabad8ad5a3a13d7fc19493c1cc1c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add --version flag to executables</title>
<updated>2019-08-30T11:57:05+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-30T11:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=52c50b7299efb2050794ac589902af325156f7c3'/>
<id>52c50b7299efb2050794ac589902af325156f7c3</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</title>
<updated>2019-08-29T12:09:20+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-29T12:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=bd05bc364bdab25b2f55dd5b5831e9f13cc16aea'/>
<id>bd05bc364bdab25b2f55dd5b5831e9f13cc16aea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
