[Mono-list] Benchmark Results - Mono vs .Net

Jeffrey Stedfast fejj at novell.com
Tue Apr 17 23:07:00 EDT 2007


For the Mono test, was that run on Windows? Or Linux?

I'm getting slower results (typically not by much except for the Double
Arith benchmark) on Linux with an AMD Athlon XP 2600
(altho /proc/cpuinfo says I have a 3200?). Either way my processor is
rated at 2200 GHz +/-.

Maybe if I get some spare cycles I'll dig into the performance problems
a bit (assuming someone else doesn't get there first).

Jeff

On Fri, 2007-04-13 at 09:46 +0200, Henk Tiggelaar wrote:
> Below are the results of benchmarks under Mono 1.2.3.1 and
> Microsoft.NET 2.0. Benchmark code used can be found at
> http://www.tommti-systems.de/main-Dateien/reviews/languages/benchmarks.html
> 
> Mono 1.2.3.1 results
> ================
> Int arithmetic elapsed time: 8094 ms
> Double arithmetic elapsed time: 12141 ms
> long arithmetic elapsed time: 26406 ms
> Trig elapsed time: 2749 ms
> IO elapsed time: 3204 ms
> Array elapsed time: 406 ms
> Exception elapsed time: 3719 ms
> HashMap elapsed time: 234 ms
> HashMaps elapsed time: 5265 ms
> HeapSort elapsed time: 609 ms
> Vector elapsed time: 9953 ms
> Matrix Multiply elapsed time: 71562 ms
> Nested Loop elapsed time: 10359 ms
> String Concat. (fixed) elapsed time: 578 ms
> Total C# benchmark time: 155279 ms
> 
> .NET 2.0 results
>  ================
>  Int arithmetic elapsed time: 5812 ms
> Double arithmetic elapsed time: 7249 ms
> long arithmetic elapsed time: 16265 ms
> Trig elapsed time: 2281 ms
> IO elapsed time: 2499 ms
> Array elapsed time: 203 ms
> Exception elapsed time: 26687 ms
> HashMap elapsed time: 124 ms
> HashMaps elapsed time: 3999 ms
> HeapSort elapsed time: 531 ms
> Vector elapsed time: 9890 ms
> Matrix Multiply elapsed time: 33687 ms
> Nested Loop elapsed time: 22265 ms
> String Concat. (fixed) elapsed time: 359 ms
> Total C# benchmark time: 131851 ms
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list