As Html5 starts gaining ground, we are seeing more experiments with things like the video or canvas element.
When making an experiment with the canvas for example making a firework with particles, 1000 particles may work well on a modern machine but may go very slowly on a 3yr machine.
Is there anyway to benchmark a users system to dynamically change a canvas experiment (or anything) so as to optimise it to said specific user.
EDIT: This might possibly be the best solution: http://benchmarkjs.com/