Benchmarking the Doubleword Control Layer
· 14 min read
Control Layer Benchmarking
Benchmarking is hard.
We think our Control Layer (dwctl) is the fastest AI gateway around. We believe this because it's written in Rust1, and because we thought about performance a lot while we were building it. We put it in production in our self-hosted inference stack, and we knew that it was fast because we didn't notice it.
It's so good that we are open sourcing it. And once it's out there, it can be used in lots of different places, in lots of different ways. And so, to prove that it will be fast everywhere, we have to do benchmarking2.
