[openssl-commits] Broken: agrandi/openssl#7 (speed-async - c3600aa)

Travis CI builds at travis-ci.org
Tue Feb 16 17:54:38 UTC 2016


Build Update for agrandi/openssl
-------------------------------------

Build: #7
Status: Broken

Duration: 1 hour, 16 minutes, and 17 seconds
Commit: c3600aa (speed-async)
Author: Andrea Grandi
Message: Add support for async jobs in OpenSSL speed

Summary of the changes:

* Move the calls to the crypto operations inside wrapper functions.
  This is required because ASYNC_start_job takes a function as an argument.

* Add new function run_benchmark() that manages the jobs for all the operations.
  In the POSIX case it uses a select() to receive the events from the engine
  and resume the jobs that are paused, while in the WIN case it uses PeekNamedPipe()

* Add new option argument async_jobs to enable and specify the number of async jobs

Example:
  openssl speed -engine dasync -elapsed -async_jobs 32 rsa2048

View the changeset: https://github.com/agrandi/openssl/compare/b6f48182df90...c3600aa57e0f

View the full build log and details: https://travis-ci.org/agrandi/openssl/builds/109647036

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20160216/645cc941/attachment-0001.html>


More information about the openssl-commits mailing list