Skip to content

Commit

Permalink
Merge pull request #53 from ender503/badge
Browse files Browse the repository at this point in the history
Add build status badge
  • Loading branch information
jserv committed Aug 2, 2018
2 parents a067f13 + a58f9f4 commit f94b36f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# dcurl - Multi-threaded Curl implementation

[![Build Status](https://travis-ci.org/DLTcollab/dcurl.svg?branch=dev)](https://travis-ci.org/DLTcollab/dcurl)

Hardware-accelerated implementation for IOTA PearlDiver, which utilizes multi-threaded SIMD and GPU.

# Introduction
Expand Down Expand Up @@ -73,7 +76,7 @@ $ make BUILD_AVX=1 check
* Number of threads to find nonce in CPU
* ```$ export DCURL_NUM_CPU=26```

# Performance
# Performance
After integrating dcurl into IRI, performance of <```attachToTangle```> is measured as following.
* Each sampling is measured with 30 transaction trytes and total 200 samples are measured.
* mwm = 14, 26 CPU threads to find nonce
Expand Down

0 comments on commit f94b36f

Please sign in to comment.