Increases number of frames in Dart game performance test

This commit is contained in:
Viktor Lidholt 2015-08-06 13:46:31 -07:00
parent a0b0e139db
commit b5e3093f0f

View File

@ -8,7 +8,7 @@ main() {
}
const int numSystems = 1000;
const int numFrames = 100;
const int numFrames = 1000;
void runTest() {
int timeStart;