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

_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to