<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/tests/run-bench-tests, branch master</title>
<subtitle>MicroPython source and hardware configuration for OpenMano</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/'/>
<entry>
<title>tests: Rename "bench" tests to "internal_bench" and run-internalbench.py</title>
<updated>2019-06-28T06:28:59+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2019-06-18T13:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=d86fb670e6d78ca38dbaedfdde35180e3b8f4bb3'/>
<id>d86fb670e6d78ca38dbaedfdde35180e3b8f4bb3</id>
<content type='text'>
To emphasise these benchmark tests compare the internal performance of
features amongst themselves, rather than absolute performance testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To emphasise these benchmark tests compare the internal performance of
features amongst themselves, rather than absolute performance testing.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/run-bench-tests: Update locations of executables, now in ports/.</title>
<updated>2017-09-08T02:11:15+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2017-09-08T02:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=0708dd495f19ac935641a914358470b1385c3baa'/>
<id>0708dd495f19ac935641a914358470b1385c3baa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all: Use the name MicroPython consistently in comments</title>
<updated>2017-07-31T08:35:40+00:00</updated>
<author>
<name>Alexander Steffen</name>
</author>
<published>2017-06-30T07:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=55f33240f3d7051d4213629e92437a36f1fac50e'/>
<id>55f33240f3d7051d4213629e92437a36f1fac50e</id>
<content type='text'>
There were several different spellings of MicroPython present in comments,
when there should be only one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There were several different spellings of MicroPython present in comments,
when there should be only one.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/run-bench-tests: Process tests in alphabetical order.</title>
<updated>2016-05-01T07:35:24+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2016-05-01T07:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=df06e3417594e3753f8213151e959fd84e3ed175'/>
<id>df06e3417594e3753f8213151e959fd84e3ed175</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.</title>
<updated>2015-10-11T23:06:25+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2015-10-11T23:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=0334058fa43a8ac7c689007f5824510c2927c5cc'/>
<id>0334058fa43a8ac7c689007f5824510c2927c5cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Add framework for comparative benchmarking.</title>
<updated>2014-05-04T22:24:16+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2014-05-04T22:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=aaff82afe5a72ec69e05f1e56047d0acfde91d0e'/>
<id>aaff82afe5a72ec69e05f1e56047d0acfde91d0e</id>
<content type='text'>
Motivation is optimizing handling of various constructs as well as
understanding which constructs are more efficient in MicroPython.
More info: http://forum.micropython.org/viewtopic.php?f=3&amp;t=77

Results are wildly unexpected. For example, "optimization" of range
iteration into while loop makes it twice as slow. Generally, the more
bytecodes, the slower the code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Motivation is optimizing handling of various constructs as well as
understanding which constructs are more efficient in MicroPython.
More info: http://forum.micropython.org/viewtopic.php?f=3&amp;t=77

Results are wildly unexpected. For example, "optimization" of range
iteration into while loop makes it twice as slow. Generally, the more
bytecodes, the slower the code.
</pre>
</div>
</content>
</entry>
</feed>
