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

Json rpc benchmarking framework #2023

Merged
merged 49 commits into from
Jul 31, 2023
Merged

Conversation

illuque-iov
Copy link

Introducing Benchmarking framework using JMH

Description

Motivation and Context

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • Tests for the changes have been added (for bug fixes / features)
  • Requires Activation Code (Hard Fork)
  • Other information:

@illuque-iov illuque-iov force-pushed the json_rpc_benchmarking_framework branch 2 times, most recently from a711ca9 to 0e69bf7 Compare May 16, 2023 07:58
import java.util.List;
import java.util.Map;

public interface Web3Connector {
Copy link
Contributor

@fedejinich fedejinich May 30, 2023

Choose a reason for hiding this comment

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

I thought about reusing the already existing Web3 interfaces for this. Something extracted from here

public interface Web3 extends InternalService, Web3TxPoolModule, Web3EthModule, Web3EvmModule, Web3MnrModule, Web3DebugModule, Web3TraceModule, Web3RskModule {

Maybe not all of them, but I guess you can prevent writing the same interface twice (i.e. Web3EthModule)

great work btw!

@illuque-iov illuque-iov force-pushed the json_rpc_benchmarking_framework branch 4 times, most recently from 275e310 to 0899d64 Compare June 23, 2023 10:45
@illuque-iov illuque-iov force-pushed the json_rpc_benchmarking_framework branch from dba1b50 to 2e90779 Compare July 4, 2023 15:28
@illuque-iov illuque-iov marked this pull request as ready for review July 4, 2023 15:28
@illuque-iov illuque-iov requested a review from Vovchyk July 4, 2023 15:29
@illuque-iov illuque-iov force-pushed the json_rpc_benchmarking_framework branch from 2e90779 to dc58685 Compare July 27, 2023 07:48
@sonarcloud
Copy link

sonarcloud bot commented Jul 27, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@Vovchyk
Copy link
Contributor

Vovchyk commented Jul 27, 2023

pipeline:run

2 similar comments
@Vovchyk
Copy link
Contributor

Vovchyk commented Jul 27, 2023

pipeline:run

@Vovchyk
Copy link
Contributor

Vovchyk commented Jul 27, 2023

pipeline:run

@Vovchyk Vovchyk merged commit 46cce57 into master Jul 31, 2023
4 of 5 checks passed
@Vovchyk Vovchyk deleted the json_rpc_benchmarking_framework branch July 31, 2023 10:20
@aeidelman aeidelman added this to the Fingerroot 5.1.0 milestone Aug 14, 2023
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.

6 participants