Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

feat: use reduces keysize #1232

Merged
merged 2 commits into from
Feb 22, 2018
Merged

feat: use reduces keysize #1232

merged 2 commits into from
Feb 22, 2018

Conversation

dryajov
Copy link
Member

@dryajov dryajov commented Feb 21, 2018

No description provided.

daviddias
daviddias previously approved these changes Feb 21, 2018
@@ -31,7 +31,7 @@ describe('ls', () => runOnAndOff((thing) => {
// If the daemon is on, ls should search until it hits a timeout
return Promise.race([
ipfs.fail('ls QmYmW4HiZhotsoSqnv2o1oSssvkRM8b9RweBoH7ao5nki2'),
new Promise((res, rej) => setTimeout(res, 4000))
new Promise((resolve, reject) => setTimeout(resolve, 4000))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now it is a real Promise 😁

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hehe, lint was madly yelling that its unacceptable :)

@daviddias
Copy link
Member

ipfsd-ctl 0.29 released. Let's get the dep updated and see how much time we shave. Right now it is:

Circle:
image

Travis:
image

@dryajov
Copy link
Member Author

dryajov commented Feb 21, 2018

Success! Seems like we got around ~7 mins off

screen shot 2018-02-21 at 12 54 37 pm

@daviddias
Copy link
Member

Roughly 5 minutes and half. Good, was hopping for something better.

image

image

@victorbjelkholm it would be so great to parallelize the CLI, HTTP, Core and Browser tests.

@daviddias daviddias merged commit 7f69628 into master Feb 22, 2018
@daviddias daviddias deleted the feat/usebits branch February 22, 2018 08:59
@ghost ghost removed the status/in-progress In progress label Feb 22, 2018
dryajov added a commit that referenced this pull request Feb 27, 2018
* feat: use reduces keysize

* chore: update deps
dryajov added a commit that referenced this pull request Feb 28, 2018
* feat: use reduces keysize

* chore: update deps
JonKrone pushed a commit to JonKrone/js-ipfs that referenced this pull request Mar 3, 2018
* feat: use reduces keysize

* chore: update deps
JonKrone pushed a commit to JonKrone/js-ipfs that referenced this pull request Mar 3, 2018
* feat: use reduces keysize

* chore: update deps
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants