Well I ain't gonna add 1000 different objects just for a test. :P
So yeah, 1000 instances of the same object.
3 Frames each.
Just remember instances don't add up as far as memory goes. What gets you is the cpu keeping track of all those objects.
Those instances were static, if they were all moving, the frame rate would fall dramatically.