List list perf tests

This commit is contained in:
haad
2016-03-09 20:21:44 +01:00
parent 7207a1ab8a
commit 7c8d60a4a5

View File

@@ -38,7 +38,7 @@
// const startIpfs = async (() => {
// return new Promise(async((resolve, reject) => {
// const ipfsd = await(ipfsDaemon());
// resolve(ipfsd.daemon);
// resolve(ipfsd.ipfs);
// }));
// });
@@ -55,7 +55,7 @@
// let ms = 0;
// for(let t = 100; t <= 1000; t += 300) {
// const list = new OrbitList('A', ipfs);
// const list = new OrbitList(ipfs, 'A');
// let timer = new Timer(true);
// for(let i = 0; i < t; i ++) {