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

GH-524: Add sshd-benchmarks maven project #579

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

tomaswolf
Copy link
Member

The new maven project sshd-benchmarks contains JMH benchmarks. The project is not part of the binary distribution, and the install:install and deploy:deploy targets are skipped. The project is included in the source distribution.

The benchmarks are intended to be run locally.

Currently the project contains benchmarks for SFTP file uploads, which can be run either against a local container (if the docker engine is running), or against an external SFTP server.

The test dependencies to JUnit and Mockito had to moved from the top-level POM to the individual project POMs. Having the JUnit dependency in the JMH sshd-benchmarks project causes compilation errors in Eclipse.

Closes #524.

pom.xml Outdated Show resolved Hide resolved
The new maven project sshd-benchmarks contains JMH benchmarks. The
project is not part of the binary distribution, and the install:install
and deploy:deploy targets are skipped. The project is included in the
source distribution.

The benchmarks are intended to be run locally.

Currently the project contains benchmarks for SFTP file uploads, which
can be run either against a local container (if the docker engine is
running), or against an external SFTP server.
@tomaswolf tomaswolf merged commit 7bc19f3 into apache:master Aug 9, 2024
7 checks passed
@tomaswolf tomaswolf deleted the benchmarks branch August 9, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sftp clients based on the Mina-sshd and JSCH components upload and download files at very different speeds
2 participants