ni: moved comment faccilities to APropdef
[nit.git] / src / run_bench.sh
index b33faf8..1388d6c 100755 (executable)
@@ -548,6 +548,12 @@ function bench_typetest_languages()
                bench_command "$b" "" scala "${t}_$b" $s
        done
 
+       prepare_res "$name-cs.dat" "c#" "c#"
+       for b in $seq; do
+               run_command gmcs ${t}_$b.cs
+               bench_command "$b" "" mono "${t}_$b.exe" $s
+       done
+
        prepare_res "$name-es.dat" "es" "es"
        for b in $seq; do
                run_command ec -clean -finalize ${t}_$b/app${t}_$b.e