Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRYPTO-2: Create benchmark for Apache Commons Crypto #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

winningsix
Copy link
Contributor

@winningsix winningsix commented Apr 15, 2016

src/main/resources/com/intel/chimera/native/*
Copy link
Member

Choose a reason for hiding this comment

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

Change to apache commons

@winningsix winningsix force-pushed the benchmark branch 2 times, most recently from 13e14c1 to 6b10930 Compare April 25, 2016 05:23
Rebase code

update gitignore file

Add script to support multi-JDK
StreamOption streamOption) {
this.benchmarkOption = benchmarkOption;
this.streamOption = streamOption;
outputStream = new ByteArrayOutputStream(benchmarkOption.dataSize);
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be better add an little extra space in case that the output size is larger than the input size. 2 * 16 (block size) is enough I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants