The author mentions rewriting core applications in C# on windows but I don’t think this is the problem. Write a simple hello world app in c#, compile it and see how long it takes to run vs a rust app or a python script - it’s almost native. Unity is locked to a horrifically ancient version of mono and still manages to do a lot of work in a small period of time. (If we start talking JavaScript or python on the other h…
I agree that these are very simple cases, and it's like benchmarking compiliation or execution of helloworld.cpp It would be interesting to see something like: - cold boot - load Windows - load Office - open a 200 page document - create pdf from said document - open 5000 row spreadsheet - do a mail merge - open 150,000 record database - generate some goofy report Do people still do mail merge? Not sure.
It ran (5-10x) a set of scripted operations in Word, Excel, PowerPoint, Access, PhotoShop, and WinZip, on large files, and that was the basis of of the benchmark score.
I ported the benchmark suite from 16-bit Windows to 32-bit Windows.