<feed xmlns='http://www.w3.org/2005/Atom'>
<title>allocbench/src/dj_trace.py, branch binary_chattymalloc</title>
<subtitle>benchmark tool for POSIX memory allocators</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/'/>
<entry>
<title>move benchmark definitions into src/benchmarks</title>
<updated>2019-03-25T16:49:39+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-03-25T16:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=25c4d81069f576354d0279bf38417c236e924540'/>
<id>25c4d81069f576354d0279bf38417c236e924540</id>
<content type='text'>
bench now loads all *.py files from src/benchmarks as benchmarks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bench now loads all *.py files from src/benchmarks as benchmarks
</pre>
</div>
</content>
</entry>
<entry>
<title>add plain text summary to dj_trace</title>
<updated>2019-03-19T03:06:20+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-03-19T03:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=41804f81aaa1b3ecfee40059f1bb703c8da2c419'/>
<id>41804f81aaa1b3ecfee40059f1bb703c8da2c419</id>
<content type='text'>
Format like in:
https://sourceware.org/ml/libc-alpha/2017-01/msg00452.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Format like in:
https://sourceware.org/ml/libc-alpha/2017-01/msg00452.html
</pre>
</div>
</content>
</entry>
<entry>
<title>use new verbosity system in mysql and dj_trace benchmarks</title>
<updated>2019-03-05T15:03:42+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-03-05T15:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=89a316bb41077f97f7c79c3568abd90eed6e8fc4'/>
<id>89a316bb41077f97f7c79c3568abd90eed6e8fc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve download of dj delorie workloads</title>
<updated>2019-02-27T12:42:46+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-02-27T12:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=9dd2a85f0c68f80a7691d7f8ee286e5303a9884b'/>
<id>9dd2a85f0c68f80a7691d7f8ee286e5303a9884b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s/target/allocator/ and remove analyse feature</title>
<updated>2019-02-08T12:31:11+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-02-08T12:31:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=f2327ada5590f40137416f301762cd3c11ab36b6'/>
<id>f2327ada5590f40137416f301762cd3c11ab36b6</id>
<content type='text'>
Use systemwide installed allocators by default
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use systemwide installed allocators by default
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some flake8 linting errors</title>
<updated>2019-02-02T16:43:19+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-02-02T13:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=ddbaf12a94fd43481fc9dd3b98920fc784ebada3'/>
<id>ddbaf12a94fd43481fc9dd3b98920fc784ebada3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rework build system #1</title>
<updated>2019-02-01T15:35:20+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-02-01T15:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=130765de719a3ddc475284e13749d09ff371a8e1'/>
<id>130765de719a3ddc475284e13749d09ff371a8e1</id>
<content type='text'>
each benchmark has its own Makefile which must put it's binaries into
OBJDIR which is added to the PATH during execution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
each benchmark has its own Makefile which must put it's binaries into
OBJDIR which is added to the PATH during execution.
</pre>
</div>
</content>
</entry>
<entry>
<title>save all results by default in results/hostname/timestamp</title>
<updated>2019-01-22T12:01:37+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-01-22T12:01:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=0541f2a16333ab1b9739eb3d2a72acbc67089ffc'/>
<id>0541f2a16333ab1b9739eb3d2a72acbc67089ffc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move dj_trace.py to src/ and remove debug output</title>
<updated>2019-01-15T17:30:15+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-01-15T17:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=69c2dc5a5f8745fe0bbbd8be0fec04981ab9b5d7'/>
<id>69c2dc5a5f8745fe0bbbd8be0fec04981ab9b5d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
