newer react native and dont repeat by default
This commit is contained in:
parent
6fefef725a
commit
84272c467e
|
@ -32,7 +32,7 @@ const TestObjectSchema = {
|
|||
|
||||
const numTestObjects = 200;
|
||||
const numBatchTestObjects = numTestObjects * 1000;
|
||||
const numRepeats = 5;
|
||||
const numRepeats = 1;
|
||||
const numQueryBuckets = 10;
|
||||
|
||||
const tests = ["insertions", "binsertions", "enumeration", "querycount", "queryenum"];
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"start": "react-native start"
|
||||
},
|
||||
"dependencies": {
|
||||
"react-native": "0.18.0",
|
||||
"react-native": "0.19.0",
|
||||
"react-native-sqlite-storage": "^2.1.3",
|
||||
"react-native-store": "^0.4.1",
|
||||
"realm": "file:../.."
|
||||
|
|
Loading…
Reference in New Issue