grpc/tools/profiling/microbenchmarks
Craig Tiller 26df942eb4 [build] Stop compiling every test.cc file for every config (#36197)
Instead, build a library and re-use that across compilations.

This still invokes a link step per target, and we'll want to deal with that at some point too, but at least this makes some progress to not being as wasteful with our compilation resources.

Additionally: remove bm_pollset -- it was having some problems compiling, and we really don't need it anymore.

Closes #36197

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36197 from ctiller:maintain-this-shite 9955026e23
PiperOrigin-RevId: 620946543
2024-04-01 14:04:25 -07:00
..
bm_diff [build] Stop compiling every test.cc file for every config (#36197) 2024-04-01 14:04:25 -07:00
README.md Add readme and flags 2017-05-10 16:22:54 -07:00
bm2bq.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
bm_json.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00

README.md

Microbenchmarks

This directory contains helper scripts for the microbenchmark suites.