Commit b5e3093f authored by Viktor Lidholt's avatar Viktor Lidholt

Increases number of frames in Dart game performance test

parent a0b0e139
...@@ -8,7 +8,7 @@ main() { ...@@ -8,7 +8,7 @@ main() {
} }
const int numSystems = 1000; const int numSystems = 1000;
const int numFrames = 100; const int numFrames = 1000;
void runTest() { void runTest() {
int timeStart; int timeStart;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment