In order to add performance tests, I had to do refactoring. We no longer just have "tests", we have to distinguish performance and integration tests which essentially do two different things but they should probably live next to each other because they use the same sets of tools and methods.
I also ran `cargo fmt` which resulted in some small changes.