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

feature:seata benchmark #6580

Open
wants to merge 11 commits into
base: 2.x
Choose a base branch
from
Open

Conversation

wt-better
Copy link
Contributor

@wt-better wt-better commented May 25, 2024

Building a benchmark for seata. benchmark is divided into three parts from micro to macro:

  • The first part, using jmh for micro-benchmark testing as a performance baseline, applying atomic methods
  • The second part is basic benchmark testing of methods or services, mainly profiler and tracing.
  • The third part, AT, tcc and other transaction modes, business scenario testing


public static String readFileContent(File file) throws IOException {
StringBuilder contentBuilder = new StringBuilder();
// 使用当前线程的类加载器获取资源作为流
Copy link
Contributor

Choose a reason for hiding this comment

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

Use english comment here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok, i will fix

Copy link
Contributor

Choose a reason for hiding this comment

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

What is the use of this file.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Strictly speaking, the scenario is not implemented yet, this is holder, can delete.

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.

2 participants