/rev/3f6c65d4c9c1
changeset: 1375:3f6c65d4c9c1
user: Martin Geisler <[email protected]>
date: Tue Oct 27 14:54:54 2009 +0100
summary: benchmark: fix compToft05 and compToft07 benchmarks
diffstat:
apps/benchmark.py | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 568f9c696979 -r 3f6c65d4c9c1 apps/benchmark.py
--- a/apps/benchmark.py Tue Oct 27 11:43:37 2009 +0100
+++ b/apps/benchmark.py Tue Oct 27 14:54:54 2009 +0100
@@ -87,8 +87,10 @@
last_timestamp = time.time()
operations = {"mul" : ("mul", [], BinaryOperation),
- "compToft05": ("ge", [ComparisonToft05Mixin], BinaryOperation),
- "compToft07": ("ge", [ComparisonToft07Mixin], BinaryOperation),
+ "compToft05": ("greater_than_equal",
+ [ComparisonToft05Mixin], BinaryOperation),
+ "compToft07": ("greater_than_equal",
+ [ComparisonToft07Mixin], BinaryOperation),
"eq" : ("eq", [ProbabilisticEqualityMixin],
BinaryOperation),
"triple_gen": ("triple_gen", [], NullaryOperation)}
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk