I'm testing the potential performance of my game. I create 1600 items, which contain a color rect and a label. then I animate those, each with a tween.
it might not be the best of all ways to do it, however, when I export it as HTML5, I get about 10x the performance with a FPS around 8, as when I export it to osx, with a FPS of 1.
I'll do some more testing to figure out what the exactly is causing the performance drop.