newer react native and dont repeat by default

This commit is contained in:
Ari Lazier 2016-02-16 07:25:16 -08:00
parent 6fefef725a
commit 84272c467e
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ const TestObjectSchema = {
const numTestObjects = 200; const numTestObjects = 200;
const numBatchTestObjects = numTestObjects * 1000; const numBatchTestObjects = numTestObjects * 1000;
const numRepeats = 5; const numRepeats = 1;
const numQueryBuckets = 10; const numQueryBuckets = 10;
const tests = ["insertions", "binsertions", "enumeration", "querycount", "queryenum"]; const tests = ["insertions", "binsertions", "enumeration", "querycount", "queryenum"];

View File

@ -6,7 +6,7 @@
"start": "react-native start" "start": "react-native start"
}, },
"dependencies": { "dependencies": {
"react-native": "0.18.0", "react-native": "0.19.0",
"react-native-sqlite-storage": "^2.1.3", "react-native-sqlite-storage": "^2.1.3",
"react-native-store": "^0.4.1", "react-native-store": "^0.4.1",
"realm": "file:../.." "realm": "file:../.."