1lann wrote a quick, cheap, little script to benchmark ComputerCraft (as in, output a number grading it on how well it performs).
Please note the results will vary depending on your computer.
The results are extremely interesting. For the top numbers above the line, the lower the number is, the better it performed. For the total score at the bottom, the higher the number, the better it performed.
First up, ComputerCraft 1.58 running in Minecraft:
This is the most interesting one. ComputerCraft Beta 1.6pr0 running in Minecraft. Looks like the new windowing API slows it down dramatically. The negative score at the bottom basically means it took longer than a minute to complete.
Next up is my own ComputerCraft emulator Mimic. This is the old version in C++ running ComputerCraft 1.53:
Here is the new version of Mimic (running ComputerCraft 1.58) written in Javascript:
And here is CCEmu (can't believe I still have a version) running I have no idea what version of ComputerCraft:
If you've got a version of ComputerCraft, or want to test another emulator (I can't find a proper version of Love to run Sorroko's emulator), just run the script linked above and please post the results!