mybatis-3
mybatis-3 copied to clipboard
feat: Add initial benchmarking setup
Will execute on pull requests, and run all benchmarks against master and post a comparison as a PR comment
This will allow the maintainers of MyBatis to have concrete results for important flows on every pull request measured against master, I believe this would greatly help with PR's that say, "I've improved performance"
Thanks to @gavlyukovskiy for the benchmarking pipeline setup