mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-18 17:47:32 +00:00
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 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"];
|
||||||
|
@ -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:../.."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user