Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
benchmark-discuss
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
benchmark-discuss
Contact owners and managers
1–30 of 92
Mark all as read
Report group
0 selected
dominic hamon
8/14/24
breaking change to output in v1.9.0
hello this is a heads up that in v1.9.0 (and currently at HEAD) the way we report Time for multi-
unread,
breaking change to output in v1.9.0
hello this is a heads up that in v1.9.0 (and currently at HEAD) the way we report Time for multi-
8/14/24
dom...@google.com
6/7/24
new version v1.8.4
hello! v1.8.4 has been released. full changelog: https://github.com/google/benchmark/releases/tag/v1.
unread,
new version v1.8.4
hello! v1.8.4 has been released. full changelog: https://github.com/google/benchmark/releases/tag/v1.
6/7/24
Richard Haney
,
dom...@google.com
2
1/17/24
Google Benchmark - security
hello no, nothing is sent to anywhere. a cursory glance at the source should allow you to be
unread,
Google Benchmark - security
hello no, nothing is sent to anywhere. a cursory glance at the source should allow you to be
1/17/24
Waseem Francis
, …
Rupesh Koushik
3
10/31/23
Does Google Benchmark support Apple Silicon (Arm) arch ?
I have tried on my m2 and it works fine. Maybe you haven't mentioned the libraries . On Friday,
unread,
Does Google Benchmark support Apple Silicon (Arm) arch ?
I have tried on my m2 and it works fine. Maybe you haven't mentioned the libraries . On Friday,
10/31/23
Abhi Arora
,
dominic hamon
2
10/16/23
Should we pause state before calling clobberMemory
hello i think we caught up on the discord but to repeat here: the pause/resume will add some overhead
unread,
Should we pause state before calling clobberMemory
hello i think we caught up on the discord but to repeat here: the pause/resume will add some overhead
10/16/23
dominic hamon
8/31/23
new version, and new chat option
hello! v1.8.3 is now available: https://github.com/google/benchmark/releases/tag/v1.8.3 also, if you
unread,
new version, and new chat option
hello! v1.8.3 is now available: https://github.com/google/benchmark/releases/tag/v1.8.3 also, if you
8/31/23
dominic hamon
7/4/23
discord group
hello previous attempts at having IRC or other channels haven't resonated well, so i've set
unread,
discord group
hello previous attempts at having IRC or other channels haven't resonated well, so i've set
7/4/23
Amar Srivastava
,
dominic hamon
2
4/11/23
Multithread test for testing reader-writer performance
hello! can you share any efforts you've made? is it the work being done by the reader and writer
unread,
Multithread test for testing reader-writer performance
hello! can you share any efforts you've made? is it the work being done by the reader and writer
4/11/23
Siddesh Parmar
,
dominic hamon
2
9/28/22
Benchmarking smart pointers
i don't have any a priori expectations about what would be faster or slower, and i assume that
unread,
Benchmarking smart pointers
i don't have any a priori expectations about what would be faster or slower, and i assume that
9/28/22
dom...@google.com
9/2/22
removing master branch
hello! 15 months ago, we renamed the master branch to main. shortly afterwards, i was asked to create
unread,
removing master branch
hello! 15 months ago, we renamed the master branch to main. shortly afterwards, i was asked to create
9/2/22
Aysylu Greenberg
,
dominic hamon
2
6/14/22
Collecting perf counters in executions built by Bazel?
i think you'd want to link to libpfm and define HAVE_LIBPFM. those two things are all the cmake
unread,
Collecting perf counters in executions built by Bazel?
i think you'd want to link to libpfm and define HAVE_LIBPFM. those two things are all the cmake
6/14/22
Riccardo Nigrelli
11/29/21
Timing difference with linux command time
I wrote a benchmark with 10 iterations and 20 repetitions. The execution is wrapped with the unix
unread,
Timing difference with linux command time
I wrote a benchmark with 10 iterations and 20 repetitions. The execution is wrapped with the unix
11/29/21
S S
,
Emrah Mutlu
3
11/7/21
CPU time Per iteration decreases heavily with iterations
CPU Processors with a large number of transistors of microscopic dimensions produce electrical
unread,
CPU time Per iteration decreases heavily with iterations
CPU Processors with a large number of transistors of microscopic dimensions produce electrical
11/7/21
Jigao Luo
11/5/21
A question about user guide README -> Customer Counter
My question arises from https://github.com/google/benchmark/blob/main/docs/user_guide.md#custom-
unread,
A question about user guide README -> Customer Counter
My question arises from https://github.com/google/benchmark/blob/main/docs/user_guide.md#custom-
11/5/21
Ganesh Markandan
,
dom...@google.com
2
8/3/21
Build for Raspi with aarch64
i remember seeing this before. i think it suggests the pthread you're linking in is not built for
unread,
Build for Raspi with aarch64
i remember seeing this before. i think it suggests the pthread you're linking in is not built for
8/3/21
Jigao Luo
5/6/21
Benchmark Breakdown from multiple phases
(I mentioned this topic in https://github.com/google/benchmark/issues/1140 before I found this
unread,
Benchmark Breakdown from multiple phases
(I mentioned this topic in https://github.com/google/benchmark/issues/1140 before I found this
5/6/21
ben morris
2
2/26/21
An idea on how to eliminate machine noise from google benchmarks
step 7 should read: "steps 3 -> 5" are repeated On Friday, 26 February 2021 at 10:33:44
unread,
An idea on how to eliminate machine noise from google benchmarks
step 7 should read: "steps 3 -> 5" are repeated On Friday, 26 February 2021 at 10:33:44
2/26/21
我是大娃
1/25/21
why same code different result?
[simplesslife@ONESTEPONEDAY test_checktime]$ ./test 2021-01-25T16:35:52+08:00 Running ./test Run on (
unread,
why same code different result?
[simplesslife@ONESTEPONEDAY test_checktime]$ ./test 2021-01-25T16:35:52+08:00 Running ./test Run on (
1/25/21
ben morris
,
Dominic Hamon
3
1/11/21
I've created a small google benchmark history performance monitor utility
Thanks Dominic :-) I've added a comment with a link to the repo in your linked open issue ( HTML
unread,
I've created a small google benchmark history performance monitor utility
Thanks Dominic :-) I've added a comment with a link to the repo in your linked open issue ( HTML
1/11/21
Doug Graham
9/21/20
What do these multithreaded results mean?
Hi, I'm experimenting with multithreaded benchmarks and trying to figure out what the numbers
unread,
What do these multithreaded results mean?
Hi, I'm experimenting with multithreaded benchmarks and trying to figure out what the numbers
9/21/20
Noah Sung
, …
Nathaniel Doromal
5
7/30/20
Explanation for smart pointer benchmark results?
I just wanted to post a final update to say that the benchmarks now show the expected results. Really
unread,
Explanation for smart pointer benchmark results?
I just wanted to post a final update to say that the benchmarks now show the expected results. Really
7/30/20
Jiahao Li
,
Dominic Hamon
3
7/21/20
What's the best practice for user-managed multithreading benchmarks?
The atomic counter itself is a workaround to synchronize between threads (so that state.iteration()
unread,
What's the best practice for user-managed multithreading benchmarks?
The atomic counter itself is a workaround to synchronize between threads (so that state.iteration()
7/21/20
royk...@gmail.com
,
Dominic Hamon
5
6/9/20
How to benchmark an interface class?
KeepRunning is largely deprecated in favour of the auto loop over state. KeepRunningBatch is a
unread,
How to benchmark an interface class?
KeepRunning is largely deprecated in favour of the auto loop over state. KeepRunningBatch is a
6/9/20
olafkr...@googlemail.com
,
Dominic Hamon
3
6/3/20
What is the best way to share objects between threads?
No, that's not what I am looking for. The linked example is unable to create a shared object. I
unread,
What is the best way to share objects between threads?
No, that's not what I am looking for. The linked example is unable to create a shared object. I
6/3/20
Ed
,
soko...@gmail.com
3
3/7/20
Compiling in Windows with GCC/MinGW
Hi, I wanted to ask if benchmark-master folder should be placed in the project one before or after
unread,
Compiling in Windows with GCC/MinGW
Hi, I wanted to ask if benchmark-master folder should be placed in the project one before or after
3/7/20
gaujay
,
Dominic Hamon
3
12/2/19
New visualization tool for Google benchmark
Hi Dominic, Thanks for your feedback. Happy to know it works well for you and on Linux too. I hope it
unread,
New visualization tool for Google benchmark
Hi Dominic, Thanks for your feedback. Happy to know it works well for you and on Linux too. I hope it
12/2/19
Chan Lewis
, …
Chan Lewis
5
9/27/19
why could compare.py be used with different iteration counts ?
I see, so do I need to manully do the calculations time/interation when comparing different benchmark
unread,
why could compare.py be used with different iteration counts ?
I see, so do I need to manully do the calculations time/interation when comparing different benchmark
9/27/19
Sayan Bhattacharjee
,
Dominic Hamon
4
8/21/19
Why does the macros of the family DEFINE_<data_type>(name, default_val, doc) in commandlineflags.h have the "doc" argument ?
Please do! On Wed, Aug 21, 2019 at 4:45 AM Sayan Bhattacharjee <aero....@gmail.com> wrote:
unread,
Why does the macros of the family DEFINE_<data_type>(name, default_val, doc) in commandlineflags.h have the "doc" argument ?
Please do! On Wed, Aug 21, 2019 at 4:45 AM Sayan Bhattacharjee <aero....@gmail.com> wrote:
8/21/19
k88...@gmail.com
,
Dominic Hamon
2
8/12/19
can I add custom time values to user counters?
Did you see https://github.com/google/benchmark#manual-timing ? This was added largely for the GPU
unread,
can I add custom time values to user counters?
Did you see https://github.com/google/benchmark#manual-timing ? This was added largely for the GPU
8/12/19
Dominic Hamon
,
zhihui....@gmail.com
3
7/2/19
v1.5 released
Sorry, I didn't update the thread. Yes, v1.5.0 (as our build scripts require three sections in
unread,
v1.5 released
Sorry, I didn't update the thread. Yes, v1.5.0 (as our build scripts require three sections in
7/2/19