<feed xmlns='http://www.w3.org/2005/Atom'>
<title>allocbench/src/benchmark.py, branch loop_keep_allocs</title>
<subtitle>benchmark tool for POSIX memory allocators</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/'/>
<entry>
<title>apply some flake8 hints</title>
<updated>2019-06-19T15:12:14+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-06-18T15:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=366c9e27b13e976ce26ec6a97c6796eb1cdca887'/>
<id>366c9e27b13e976ce26ec6a97c6796eb1cdca887</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix old variable name in debug output</title>
<updated>2019-06-17T11:35:04+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-06-17T11:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=3988f2e21754208a548725c590fb42e372a32efa'/>
<id>3988f2e21754208a548725c590fb42e372a32efa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>save full server /proc/pid/status file in each result entry</title>
<updated>2019-05-27T17:22:37+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-05-27T17:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=fd16a298d28d71d0f13a6978b6c0a642e7c4117b'/>
<id>fd16a298d28d71d0f13a6978b6c0a642e7c4117b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix libc_ver using code from pip</title>
<updated>2019-05-27T12:15:45+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-05-27T12:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=1cdd2f642c46ec35ef643fd3e1f26fa13f4ac4f8'/>
<id>1cdd2f642c46ec35ef643fd3e1f26fa13f4ac4f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix cmd for non server benchmarks</title>
<updated>2019-05-15T18:42:37+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-05-15T18:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=342764869b7cab91a24a998003fbbff032eea25d'/>
<id>342764869b7cab91a24a998003fbbff032eea25d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>introduce server concept to Benchmark</title>
<updated>2019-05-15T15:51:06+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-05-15T15:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=7da91858ce7959f102a04bca2b2fcfd418e5a7a9'/>
<id>7da91858ce7959f102a04bca2b2fcfd418e5a7a9</id>
<content type='text'>
A benchmark object can specify a list of cmds to execute as
"servers" in the member attribute server_cmds.
Servers are started and terminated through Popen objects.
This requires the server cmds to not daemonize so the server
can be terminated through the Popen object.
For each started server cmd a shutdown function is registered with
atexit to terminate all servers even if a exception occurs.

Use the new server concept in httpd and mysql benchmarks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A benchmark object can specify a list of cmds to execute as
"servers" in the member attribute server_cmds.
Servers are started and terminated through Popen objects.
This requires the server cmds to not daemonize so the server
can be terminated through the Popen object.
For each started server cmd a shutdown function is registered with
atexit to terminate all servers even if a exception occurs.

Use the new server concept in httpd and mysql benchmarks
</pre>
</div>
</content>
</entry>
<entry>
<title>add export to dataref</title>
<updated>2019-05-08T18:15:54+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-05-08T18:13:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=509b10cb70eeb61f4799f36b545a9c8ad6565d9a'/>
<id>509b10cb70eeb61f4799f36b545a9c8ad6565d9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix upper-whisker, singularize whisker names and capitalize csv headers</title>
<updated>2019-05-08T18:11:34+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-05-08T18:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=9165590c987bc022424dc44030bd1149c2a93120'/>
<id>9165590c987bc022424dc44030bd1149c2a93120</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move list of available benchmarks to src.globalvars.benchmarks</title>
<updated>2019-04-29T15:12:41+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-04-29T15:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=cdfd77af6e6ca5f4352d42573a33d51c09eba5b3'/>
<id>cdfd77af6e6ca5f4352d42573a33d51c09eba5b3</id>
<content type='text'>
fix analyse
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix analyse
</pre>
</div>
</content>
</entry>
<entry>
<title>fix Benchmark.run</title>
<updated>2019-04-28T21:06:59+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-04-28T21:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=01a013838d217f49efd772f4a5b54e35710e9236'/>
<id>01a013838d217f49efd772f4a5b54e35710e9236</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
