kripken / Massive

The asm.js benchmark
http://kripken.github.io/Massive/
MIT License
47 stars 9 forks source link

Description of box2d-throughput is misleading #2

Closed tschneidereit closed 10 years ago

tschneidereit commented 10 years ago

The scale is milliseconds, but the explanation says it measures average frame rate.

Perhaps either change the result to 1000 / [frame delay in ms], or the description to something like "average time to calculate frame"?

kripken commented 10 years ago

How about "frame times", meaning "time to finish a frame"? Or is that still not clear enough?

tschneidereit commented 10 years ago

"frame times" works, I guess, but isn't that intuitive. "time to finish a frame" works.

kripken commented 10 years ago

Ok, I shorted it to "frame variance" in the variance tests, and "performance" elsewhere. Then that + the scale of ms is hopefully clear.