<feed xmlns='http://www.w3.org/2005/Atom'>
<title>allocbench/src/benchmark.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>catch SIGSEGV as well; register sa_handlers only if its SIG_DLF before</title>
<updated>2019-09-29T21:49:17+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-29T21:49:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=9cc0a7f4ab4b0584bf06a4713563d96e4a3a9a72'/>
<id>9cc0a7f4ab4b0584bf06a4713563d96e4a3a9a72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>catch if cmd aborts</title>
<updated>2019-09-29T13:35:53+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-29T13:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=3f173d0b6c85ce5fffdcbe3da3b01eef8192033e'/>
<id>3f173d0b6c85ce5fffdcbe3da3b01eef8192033e</id>
<content type='text'>
perf stat does not propagate if the measured cmd aborts.
To solve thing in a universal way we register a SIGABRT handler
which creates the file aborted
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
perf stat does not propagate if the measured cmd aborts.
To solve thing in a universal way we register a SIGABRT handler
which creates the file aborted
</pre>
</div>
</content>
</entry>
<entry>
<title>add perm substitution for benchmarks with empty args</title>
<updated>2019-09-19T08:43:56+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-19T08:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=0e85d0b2fecb40be3239582bffd710358de08858'/>
<id>0e85d0b2fecb40be3239582bffd710358de08858</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add raxml-ng benchmark</title>
<updated>2019-09-14T21:33:11+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-14T21:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=19271c6038361da26794ef360aeb322026f1f2ed'/>
<id>19271c6038361da26794ef360aeb322026f1f2ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>fix wrong use of benchmark.results["facts"]</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:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=fa133027c5489c66646adfa50fd4659618f443a9'/>
<id>fa133027c5489c66646adfa50fd4659618f443a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add build_dir member to Benchmark objects</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:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=c1a3c9a7aada8f1db00aefb3a0a21f596d4423c5'/>
<id>c1a3c9a7aada8f1db00aefb3a0a21f596d4423c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve server benchmarks</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:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=062f2c8662f586e651655dbb5de7c0423fe028c9'/>
<id>062f2c8662f586e651655dbb5de7c0423fe028c9</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>add runs to benchmark facts</title>
<updated>2019-09-11T13:35:33+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-11T13:35:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=4c1f4b58107d82e726cc3ae45db1b74cb4475db9'/>
<id>4c1f4b58107d82e726cc3ae45db1b74cb4475db9</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>
</feed>
