treasure-data / td-client-java

Java Client Library for Treasure Data
http://docs.treasuredata.com/articles/java
Apache License 2.0
12 stars 22 forks source link

CI: Cache Maven deps to speed up test job #218

Closed exoego closed 1 year ago

exoego commented 1 year ago

See https://circleci.com/developer/ja/orbs/orb/circleci/maven

With cache hit Without cache hit
6s 13s
image image

Not so impressive enhancements 😅