Thank all, for the answers
FRAPS will kill your FPS, were you using that on your Standalone, too?
I was use it on WebPlayer and Standalone. As Hintze mentored, “FRAPs only affects your fps when you are actually recording video, when not recording it is pretty accurate and not taxing the system very much at all.” (С), today Fraps is fastest app to count FPS, I think they difference from real is not much than 2-4%, it is applicable for me.
Put in the FPS script on an object and test it like that.
All I will get with this is the rate which Unity sends data to the video card. This is good information, but not all information what I need in my research. I was need pure performance of my hardware at last point for compare several video cards.
The difference is always that large, cause inside the player the plugin is bound to informations and other aspects of the browser where it lives
inside, while the standalone is totally unbound and exists on itself
You right, dreamora, some piece of performance was payed when object was embeded to browser, but look in to the my research results, they clearly shows, that FPS is locked on ~60 FPS when Webplayer in browser windows and to 200FPS when Webplayer works on FullScreen.
Test plan
- Create new empty project with only camera in scene.
- Build Standalone application
- Build Webclient
- Test 2) and 3) on different video cards with FRAPs in window and full screen 1024x768 Fastest modes.
- Test FPS on third simple Direct3D application http://www.drunkenhyena.com/cgi-bin/dload_tracker.pl?file=/download/dx9/triangles.zip
Test results
Nvidia 8400 GS
62 fps Window WebBuild
200 fps Fullscreen WebBuild
707 fps Window StandAlone
1124 fps Fullscreen StandAlone
triangles.exe 1288 fps Window (!!!)
triangles.exe 1920 fps Fullscreen (!!!)
Intel GMA 4500 (G41)
62 fps Window WebBuild
200 fps Fullscreen WebBuild
435 fps Window StandAlone
682 fps Fullscreen StandAlone
triangles.exe 846-952 fps Window (!!!)
triangles.exe 1024 fps Fullscreen (!!!)
So as you can see, Window WebBuild and Fullscreen WebBuild are locked near to 60 and 200 FPS, because this FPS is not depended from VideCard and browser name. This is strange for me, I wonder if some one knows how to turn off this lock.
And one more thing, simple Direct3D application triangles.exe shows 50% performance on similar empty scene, is there some trick to achieve similar performance on empty scene? In Fastest mode config I was turned off all what possible to speed up project 
P.S. hippocoder, I was not really understand what you were mean 