[openssl-commits] Errored: agrandi/openssl#8 (speed-async - 46674bb)
Travis CI
builds at travis-ci.org
Wed Feb 17 16:09:49 UTC 2016
Build Update for agrandi/openssl
-------------------------------------
Build: #8
Status: Errored
Duration: 27 minutes and 56 seconds
Commit: 46674bb (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/c3600aa57e0f...46674bbb3ed4
View the full build log and details: https://travis-ci.org/agrandi/openssl/builds/109894759
--
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/20160217/f158c651/attachment-0001.html>
More information about the openssl-commits
mailing list