attaswift/BTree

Add a benchmark suite

lorentey opened this issue · 0 comments

We need a set of benchmarks to measure the effect of future changes on performance.

This could be as simple of a separate XCTest suite using Xcode's built-in tools for benchmarking, or it could be a standalone executable.

Besides synthetic microbenchmarks measuring a single feature, it would be also great to have more complex tests implementing interesting real-world use cases on top of these collections.