teslamotors / fixed-containers

C++ Fixed Containers
MIT License
395 stars 38 forks source link

Add runtime benchmarks for `Fixed*Map` data structures #140

Open Bobobalink opened 4 months ago

Bobobalink 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.