Added script file with standard set of benchmarks to run on Smalltalk/X.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 24 Sep 2014 23:19:42 +0100
changeset 220 95779e476a2d
parent 219 9c7389ba66c5
child 221 4d5089f4fe81
Added script file with standard set of benchmarks to run on Smalltalk/X.
s/benchmarks/benchmarkset-stx-standard.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/s/benchmarks/benchmarkset-stx-standard.txt	Wed Sep 24 23:19:42 2014 +0100
@@ -0,0 +1,16 @@
+# A standard set of benchmarks to run on Smalltalk/X
+# Run this set by executing:
+#
+#
+
+# Micro benchmarks
+-p jv:calipel/s/benchmarks/micro
+BenchmarkMicro
+# BenchmarkPerform 	#
+
+# Smalltalk/X specific benchmarks
+-p jv:calipel/s/benchmarks/stx
+BenchmarkDictionaryLike
+# BenchmarkSortedCollectionLike
+BenchmarkSimpleHanoi
+BenchmarkSTX1