[llvm-commits] [zorg] r123589 - /zorg/trunk/lnt/examples/functions.py
Daniel Dunbar
daniel at zuster.org
Sun Jan 16 09:32:52 PST 2011
Author: ddunbar
Date: Sun Jan 16 11:32:52 2011
New Revision: 123589
URL: http://llvm.org/viewvc/llvm-project?rev=123589&view=rev
Log:
LNT/examples/functions.py: Add a run_order tag for demo-ish purposes.
Modified:
zorg/trunk/lnt/examples/functions.py
Modified: zorg/trunk/lnt/examples/functions.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/lnt/examples/functions.py?rev=123589&r1=123588&r2=123589&view=diff
==============================================================================
--- zorg/trunk/lnt/examples/functions.py (original)
+++ zorg/trunk/lnt/examples/functions.py Sun Jan 16 11:32:52 2011
@@ -35,7 +35,8 @@
start = time.time()
run = Run(start, start, info = { 't' : start,
- 'tag' : 'simple' })
+ 'tag' : 'simple',
+ 'run_order' : 1 })
tests = [TestSamples('simple.%s' % name,
[fn(start*2*math.pi / delay + j * offset)],
info = { 'offset' : j })
More information about the llvm-commits
mailing list