Increases number of frames in Dart game performance test
This commit is contained in:
@@ -8,7 +8,7 @@ main() {
|
||||
}
|
||||
|
||||
const int numSystems = 1000;
|
||||
const int numFrames = 100;
|
||||
const int numFrames = 1000;
|
||||
|
||||
void runTest() {
|
||||
int timeStart;
|
||||
|
||||
Reference in New Issue
Block a user