mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Increases number of frames in Dart game performance test
This commit is contained in:
parent
a0b0e139db
commit
b5e3093f0f
@ -8,7 +8,7 @@ main() {
|
||||
}
|
||||
|
||||
const int numSystems = 1000;
|
||||
const int numFrames = 100;
|
||||
const int numFrames = 1000;
|
||||
|
||||
void runTest() {
|
||||
int timeStart;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user