Tencent/phxqueue
View on GitHubbin/producer_benchmark_main用这个测试用例,100个paxos group,100个queue性能测试结果与公众号给出的相差很大?
Open
#38 opened on Oct 19, 2017
14 comments (14 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++1,898 stars (1,898 stars)326 forks (326 forks)user submission
help wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- cpp
- Domain
- performance
- Issue type
- performance
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 5
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Familiarity with Paxos algorithmC++ knowledgeUnderstanding of distributed queue benchmarking
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 10
- Research direction
- Investigate the producer benchmark script at bin/producer benchmark main and compare the testing parameters with those used in the public account. Review the configuration for 100 paxos groups and 100 queues to ensure consistency. Check for any changes in the codebase that might affect throughput since the public account was published. Look at the comments in the issue for any additional context from other developers.