Would anyone be willing to take up the challenge and create a Bunnymark version for Fusion 2.5? There's a discussion going on at the Scirra forum that compares this benchmark with various engines. Fusion is missing

Code for Unity, Godot, and Construct 2 here:
https://github.com/colludium/bunnymark-tests

Results vary quite a bit depending on the platform and user. On overall, Unity seems to do best, but the Pixi web engine does very well (uses particles it seems for the second link):
https://pixijs.github.io/bunny-mark/
http://www.goodboydigital.com/pixijs/bunnymark/

Some results:

Tested on laptop (i5, 16Gb, SSD, intel HD4000) and phone (nexus 5x: built using phonegap build webview for c2). c2 laptop export was tested on NWjs (v22) and Chrome (v58). I tested each with and without sprite rendering enabled - the no-render results are probably a good indication of the relative amount of data that each engine can compute, given the limited test parameters, and the yes-render results probably indicate where my GPU became stressed. As I said - these are just a taste of performance and not an absolute benchmark. Edit: I took 55 fps as the cut-off for the tests.

Engine..............Render Images?..................No of bunnies
.................................................. ...............Computer.............mobile
C2 NWjs.....................Y........................ ...6000
...................................N.............. .............9000
C2 Chrome................Y........................... 7500
...................................N.............. .............8500
C2 phonegap............Y............................. .............................1300
...................................N.............. ...........................................1550
Godot Engine...........Y............................3000 ........................800
..................................N............... .............5500......................1400
Unity.........................Y................... ..........9300......................2500, 4700, 5200 **
..................................N............... ...........30000......................9300

Results.PNG