/rev/0d3460e28e84
changeset: 1334:0d3460e28e84
user: Martin Geisler <[email protected]>
date: Tue Oct 27 11:20:25 2009 +0100
summary: benchmark: consistently use 64 stars
diffstat:
apps/benchmark.py | 2 +-
apps/benchmark_classes.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r df890cd7e0ad -r 0d3460e28e84 apps/benchmark.py
--- a/apps/benchmark.py Tue Oct 27 11:17:00 2009 +0100
+++ b/apps/benchmark.py Tue Oct 27 11:20:25 2009 +0100
@@ -145,7 +145,7 @@
operation="mul", parallel=True, fake=False,
args="", needed_data="")
-print "*" * 60
+print "*" * 64
# Add standard VIFF options.
Runtime.add_options(parser)
diff -r df890cd7e0ad -r 0d3460e28e84 apps/benchmark_classes.py
--- a/apps/benchmark_classes.py Tue Oct 27 11:17:00 2009 +0100
+++ b/apps/benchmark_classes.py Tue Oct 27 11:20:25 2009 +0100
@@ -41,7 +41,7 @@
print "Total time used: %.3f sec" % (stop-start)
print "Time per %s operation: %.0f ms" % (what, 1000*(stop-start) / count)
print "Throughput: %d per second" % (count / (stop-start))
- print "*" * 6
+ print "*" * 64
return x
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk