Removed duplicates in benchmark names in BenchmarkSTX1
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 24 Sep 2014 21:37:40 +0100
changeset 218 009fb133c3e3
parent 217 5116ead182a8
child 219 9c7389ba66c5
Removed duplicates in benchmark names in BenchmarkSTX1
s/benchmarks/stx/BenchmarkSTX1.st
--- a/s/benchmarks/stx/BenchmarkSTX1.st	Wed Sep 24 20:30:25 2014 +0100
+++ b/s/benchmarks/stx/BenchmarkSTX1.st	Wed Sep 24 21:37:40 2014 +0100
@@ -932,7 +932,7 @@
 !
 
 integerMul2
-    <benchmark: 'multiplying two smallintegers - one is constant'>
+    <benchmark: 'n * 2 (n is SmallInteger)'>
 
     |t n1|
 
@@ -961,11 +961,12 @@
 
      "
 
-    "Modified: / 10.8.1999 / 13:23:54 / cg"
+    "Modified: / 10-08-1999 / 13:23:54 / cg"
+    "Modified: / 24-09-2014 / 21:14:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 integerMul2b
-    <benchmark: 'multiplying two smallintegers - one is constant'>
+    <benchmark: '2 * n (n is SmallInteger)'>
 
     |t n1|
 
@@ -994,11 +995,12 @@
 
      "
 
-    "Modified: / 10.8.1999 / 13:24:02 / cg"
+    "Modified: / 10-08-1999 / 13:24:02 / cg"
+    "Modified: / 24-09-2014 / 21:14:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 integerMul2c
-    <benchmark: 'multiplying two smallintegers - one is constant'>
+    <benchmark: 'n * 10 (n is SmallInteger)'>
 
     |t n1|
 
@@ -1027,11 +1029,12 @@
 
      "
 
-    "Modified: / 10.8.1999 / 13:24:09 / cg"
+    "Modified: / 10-08-1999 / 13:24:09 / cg"
+    "Modified: / 24-09-2014 / 21:15:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 integerMul2d
-    <benchmark: 'multiplying two smallintegers - one is constant'>
+    <benchmark: '10 * m (n is SmallInteger)'>
 
     |t n1|
 
@@ -1060,12 +1063,13 @@
 
      "
 
-    "Created: / 9.6.1999 / 18:13:26 / cg"
-    "Modified: / 10.8.1999 / 13:24:16 / cg"
+    "Created: / 09-06-1999 / 18:13:26 / cg"
+    "Modified: / 10-08-1999 / 13:24:16 / cg"
+    "Modified: / 24-09-2014 / 21:15:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 integerMul2e
-    <benchmark: 'multiplying two smallintegers - one is constant'>
+    <benchmark: 'n * 3 (n is SmallInteger)'>
 
     |t n1|
 
@@ -1094,11 +1098,12 @@
 
      "
 
-    "Modified: / 10.8.1999 / 13:24:23 / cg"
+    "Modified: / 10-08-1999 / 13:24:23 / cg"
+    "Modified: / 24-09-2014 / 21:15:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 integerMul2f
-    <benchmark: 'multiplying two smallintegers - one is constant'>
+    <benchmark: 'n * 4 (n is SmallInteger)'>
 
     |t n1|
 
@@ -1127,11 +1132,12 @@
 
      "
 
-    "Modified: / 10.8.1999 / 13:24:31 / cg"
+    "Modified: / 10-08-1999 / 13:24:31 / cg"
+    "Modified: / 24-09-2014 / 21:16:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 integerMul2g
-    <benchmark: 'multiplying two smallintegers - one is constant'>
+    <benchmark: 'n * 5 (n is SmallInteger)'>
 
     |t n1|
 
@@ -1160,11 +1166,12 @@
 
      "
 
-    "Modified: / 10.8.1999 / 13:24:38 / cg"
+    "Modified: / 10-08-1999 / 13:24:38 / cg"
+    "Modified: / 24-09-2014 / 21:16:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 integerMul2h
-    <benchmark: 'multiplying two smallintegers - one is constant'>
+    <benchmark: 'n * 6 (n is SmallInteger)'>
 
     |t n1|
 
@@ -1193,11 +1200,12 @@
 
      "
 
-    "Modified: / 10.8.1999 / 13:24:46 / cg"
+    "Modified: / 10-08-1999 / 13:24:46 / cg"
+    "Modified: / 24-09-2014 / 21:16:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 integerMul2i
-    <benchmark: 'multiplying two smallintegers - one is constant'>
+    <benchmark: 'n * 7 (n is SmallInteger)'>
 
     |t n1|
 
@@ -1226,11 +1234,12 @@
 
      "
 
-    "Modified: / 10.8.1999 / 13:24:53 / cg"
+    "Modified: / 10-08-1999 / 13:24:53 / cg"
+    "Modified: / 24-09-2014 / 21:16:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 integerMul2j
-    <benchmark: 'multiplying two smallintegers - one is constant'>
+    <benchmark: 'n * 9 (n is SmallInteger)'>
 
     |t n1|
 
@@ -1259,11 +1268,12 @@
 
      "
 
-    "Modified: / 10.8.1999 / 13:25:03 / cg"
+    "Modified: / 10-08-1999 / 13:25:03 / cg"
+    "Modified: / 24-09-2014 / 21:17:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 integerMul2k
-    <benchmark: 'multiplying two smallintegers - one is constant'>
+    <benchmark: 'n * 11 (n is SmallInteger)'>
 
     |t n1|
 
@@ -1292,11 +1302,12 @@
 
      "
 
-    "Modified: / 10.8.1999 / 13:25:11 / cg"
+    "Modified: / 10-08-1999 / 13:25:11 / cg"
+    "Modified: / 24-09-2014 / 21:17:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 integerMul2l
-    <benchmark: 'multiplying two smallintegers - one is constant'>
+    <benchmark: 'n * 120 (n is SmallInteger)'>
 
     |t n1|
 
@@ -1325,12 +1336,13 @@
 
      "
 
-    "Modified: / 10.8.1999 / 13:25:20 / cg"
-    "Modified: / 26.10.1999 / 21:26:05 / stefan"
+    "Modified: / 10-08-1999 / 13:25:20 / cg"
+    "Modified: / 26-10-1999 / 21:26:05 / stefan"
+    "Modified: / 24-09-2014 / 21:17:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 integerMul2m
-    <benchmark: 'multiplying two smallintegers - one is constant'>
+    <benchmark: 'n * 131 (n is SmallInteger)'>
 
     |t n1|
 
@@ -1359,12 +1371,13 @@
 
      "
 
-    "Modified: / 10.8.1999 / 13:25:20 / cg"
-    "Created: / 26.10.1999 / 21:25:48 / stefan"
+    "Modified: / 10-08-1999 / 13:25:20 / cg"
+    "Created: / 26-10-1999 / 21:25:48 / stefan"
+    "Modified: / 24-09-2014 / 21:17:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 integerMul2n
-    <benchmark: 'multiplying two smallintegers - one is constant'>
+    <benchmark: 'n * 127 (n is SmallInteger)'>
 
     |t n1|
 
@@ -1393,12 +1406,13 @@
 
      "
 
-    "Modified: / 10.8.1999 / 13:25:20 / cg"
-    "Modified: / 27.10.1999 / 00:31:46 / stefan"
+    "Modified: / 10-08-1999 / 13:25:20 / cg"
+    "Modified: / 27-10-1999 / 00:31:46 / stefan"
+    "Modified: / 24-09-2014 / 21:19:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 integerMul3
-    <benchmark: 'multiplying two smallintegers - one is constant; overflow into large'>
+    <benchmark: 'n * 2 - n is SmallInteger; overflow into large'>
 
     |t n1|
 
@@ -1427,12 +1441,13 @@
 
      "
 
-    "Modified: / 9.6.1999 / 18:11:08 / cg"
-    "Modified: / 27.10.1999 / 00:32:04 / stefan"
+    "Modified: / 09-06-1999 / 18:11:08 / cg"
+    "Modified: / 27-10-1999 / 00:32:04 / stefan"
+    "Modified: / 24-09-2014 / 21:29:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 integerMul3b
-    <benchmark: 'multiplying two smallintegers - one is constant; overflow into large'>
+    <benchmark: '2 * n - n is SmallInteger; overflow into large'>
 
     |t n1|
 
@@ -1461,8 +1476,9 @@
 
      "
 
-    "Modified: / 10.8.1999 / 13:25:53 / cg"
-    "Modified: / 26.10.1999 / 21:26:34 / stefan"
+    "Modified: / 10-08-1999 / 13:25:53 / cg"
+    "Modified: / 26-10-1999 / 21:26:34 / stefan"
+    "Modified: / 24-09-2014 / 21:29:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 largeAbs1
@@ -1906,7 +1922,7 @@
 !
 
 largeMul2
-    <benchmark: 'largeInt * largeInt multiplication'>
+    <benchmark: 'largeInt * largeInt multiplication 1'>
 
     |t n1 n2|
 
@@ -1937,7 +1953,8 @@
 
      "
 
-    "Modified: / 5.6.1999 / 02:26:59 / cg"
+    "Modified: / 05-06-1999 / 02:26:59 / cg"
+    "Modified: / 24-09-2014 / 21:30:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 largeMul3
@@ -1972,7 +1989,7 @@
 !
 
 largeMul4
-    <benchmark: 'largeInt * largeInt multiplication'>
+    <benchmark: 'largeInt * largeInt multiplication 2'>
 
     |t n1 n2|
 
@@ -2003,11 +2020,12 @@
 
      "
 
-    "Modified: / 5.6.1999 / 02:27:20 / cg"
+    "Modified: / 05-06-1999 / 02:27:20 / cg"
+    "Modified: / 24-09-2014 / 21:30:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 largeMul5
-    <benchmark: 'largeInt * largeInt multiplication'>
+    <benchmark: 'largeInt * largeInt multiplication 3'>
 
     |t n1 n2|
 
@@ -2038,11 +2056,12 @@
 
      "
 
-    "Modified: / 15.12.1999 / 23:10:00 / cg"
+    "Modified: / 15-12-1999 / 23:10:00 / cg"
+    "Modified: / 24-09-2014 / 21:30:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 largeMul6
-    <benchmark: 'largeInt * largeInt multiplication'>
+    <benchmark: 'largeInt * largeInt multiplication 4'>
 
     |t n1 n2|
 
@@ -2073,7 +2092,8 @@
 
      "
 
-    "Modified: / 15.12.1999 / 23:10:11 / cg"
+    "Modified: / 15-12-1999 / 23:10:11 / cg"
+    "Modified: / 24-09-2014 / 21:30:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 largeSubtract1
@@ -2148,7 +2168,7 @@
 !
 
 largeSubtract3
-    <benchmark: 'largeInt - smallInt subtraction'>
+    <benchmark: 'largeInt - smallInt subtraction 1'>
 
     |t n|
 
@@ -2178,11 +2198,12 @@
 
      "
 
-    "Modified: / 5.6.1999 / 02:28:18 / cg"
+    "Modified: / 05-06-1999 / 02:28:18 / cg"
+    "Modified: / 24-09-2014 / 21:32:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 largeSubtract3b
-    <benchmark: 'largeInt - smallInt subtraction'>
+    <benchmark: 'largeInt - smallInt subtraction 2'>
 
     |t n|
 
@@ -2212,12 +2233,13 @@
 
      "
 
-    "Modified: / 10.8.1999 / 13:28:41 / cg"
-    "Modified: / 26.10.1999 / 21:31:05 / stefan"
+    "Modified: / 10-08-1999 / 13:28:41 / cg"
+    "Modified: / 26-10-1999 / 21:31:05 / stefan"
+    "Modified: / 24-09-2014 / 21:32:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 largeSubtract4
-    <benchmark: 'largeInt - largeInt subtraction with a small minuent'>
+    <benchmark: 'largeInt - largeInt subtraction with a small minuent 1'>
 
     |t n1 n2|
 
@@ -2249,11 +2271,12 @@
 
      "
 
-    "Modified: / 5.6.1999 / 02:28:30 / cg"
+    "Modified: / 05-06-1999 / 02:28:30 / cg"
+    "Modified: / 24-09-2014 / 21:31:36 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 largeSubtract4b
-    <benchmark: 'largeInt - largeInt subtraction with a small minuent'>
+    <benchmark: 'largeInt - largeInt subtraction with a small minuent 2'>
 
     |t n1 n2|
 
@@ -2282,7 +2305,8 @@
      alpha 433  osf1            2051  1947
      "
 
-    "Modified: / 5.6.1999 / 02:28:40 / cg"
+    "Modified: / 05-06-1999 / 02:28:40 / cg"
+    "Modified: / 24-09-2014 / 21:31:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 largeSubtract4c
@@ -6230,9 +6254,16 @@
 !
 
 iterations:anInteger
-    <parameter: 'Iterations' type: #Integer default: 10000000>
+    <parameter: 'Iterations' type: #Integer default: 100000000>
     iterations := anInteger.
 
-    "Modified: / 12-03-2014 / 00:35:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 24-09-2014 / 20:39:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!BenchmarkSTX1 class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+