[I] 使用brpc提供的rpc_press进行性能测试,求问极限QPS (brpc)

2024-02-02 Thread via GitHub
wonderhelios opened a new issue, #2533: URL: https://github.com/apache/brpc/issues/2533 **Describe the bug (描述bug)** 我们使用了brpc作为系统中rpc组件,近期做性能优化,使用rpc_press测试brpc框架性能,目前我们测得的极限QPS是**210W**,不知道有没有官方的数据,作为参考。 **To Reproduce (复现方法)** 1.测试环境: * CPU: 80 * Intel(R) Xeon(R) Gol

Re: [PR] fix compiler optimize thread local variable access (brpc)

2024-02-02 Thread via GitHub
zcfh commented on PR #2156: URL: https://github.com/apache/brpc/pull/2156#issuecomment-1923616331 > > 加上这个patch后,稳定出现第一种错误,是 socket.cpp 也有类似的问题吗? > > 是在哪个平台上出现呢?arm 还是 x86 ? 可以贴下 PoC 代码。 x86, `(defined(__aarch64__) || defined(__arm64__))`,去掉后不再core在前面提到的两个位置。 core在了其他地方,找

Re: [PR] fix compiler optimize thread local variable access (brpc)

2024-02-02 Thread via GitHub
ehds commented on PR #2156: URL: https://github.com/apache/brpc/pull/2156#issuecomment-1923713768 > > > 加上这个patch后,稳定出现第一种错误,是 socket.cpp 也有类似的问题吗? > > > > > > 是在哪个平台上出现呢?arm 还是 x86 ? 可以贴下 PoC 代码。 > > x86, `(defined(__aarch64__) || defined(__arm64__))`,去掉后不再core在前面提到的两个位置。

Re: [I] 使用brpc提供的rpc_press进行性能测试,求问极限QPS (brpc)

2024-02-02 Thread via GitHub
Superskyyy commented on issue #2533: URL: https://github.com/apache/brpc/issues/2533#issuecomment-1924255230 @wonderhelios 你好 我们也对性能很感兴趣,请问可以分享出来测试用的代码吗 我这也想跑一下 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a