teslamotors / fixed-containers

C++ Fixed Containers
MIT License
393 stars 37 forks source link

[2] Add runtime benchmarks for `Fixed*Map` data structures #143

Open alexkaratarakis opened 4 months ago

alexkaratarakis commented 4 months ago

This adds a new set of tests tagged "benchmark" in bazel, which are filtered out of the default test_suite target. This means that they will only be built/run manually.