On 2010-12-08, at 7:24 PM, Maxime Chevalier-Boisvert wrote:
I wrote a simple driver for Tachyon, for the benchmarking framework. It appears that the performance difference between us and V8 is even less on my home machine (Core 2 Quad):
Mean values (s) Benchmark Tachyon Google V8 fib 7.86 5.63 loop_sum 5.01 4.53
- Maxime
Tachyon-list mailing list Tachyon-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/tachyon-list
Another comment... For being able to quickly compare systems, it is often better to have the "relative measure". Call one of the columns (the first?) the "reference", and report the others relative to it. If you think the absolute measure is important, then add the relative measure next to it in parentheses. Another style I like is the one in the following page: http://www.iro.umontreal.ca/~gambit/bench.html . The fastest time is highlighted in green (number of milliseconds) and the other values are relative to the fastest time.
Marc