tapioca
tapioca copied to clipboard
Drop the `benchmark` dependency
Motivation
tapioca currently depends on the benchmark gem because of a change to Ruby bundled gems. The functionality is trivial though, and I don't think you have to take on a dependency for that.
Implementation
Just use Process.clock_gettime directly.
Tests
No behaviour change. I just ran some cli commands and they still print the time in seconds. Probably the output is also already asserted against somewhere.
Thanks for the PR. Can you fix typechecking errors?
Oops, yeah
We have addressed a few CI issues this week, which should make this PR's build green. Can you rebase the PR? Thx