Supporting slides from the part of my RubyKaigi 2019 presentation that covered the feature limitations and observed performance of Gel, with comparisons to Bundler and Rubygems.
version 12.3.2 ~/proj% bundle exec rake -V rake, version 12.3.0 ~/proj% gel exec rake -V rake, version 12.3.0 ~/proj% rake -V rake, version 12.3.2 ~/proj% rake -V rake, version 12.3.0
0.18s system 93% cpu 0.712 total % gel exec rake --version rake, version 12.3.0 0.18s user 0.11s system 88% cpu 0.323 total bundler gel manual 0 0.2 0.4 0.6 0.8
installed. 215.19s user 74.12s system 83% cpu 5:46.91 total ~/buildkite% gel install Installed 223 gems 255.75s user 74.45s system 208% cpu 2:38.29 total bundler gel 0 100 200 300 400
installed. 2.61s user 1.02s system 83% cpu 4.352 total ~/tty% gel install Installed 23 gems 0.62s user 0.53s system 87% cpu 1.327 total bundler gel 0 1.25 2.5 3.75 5
Fetching https://github.com/buildkite/simplecov.git Fetching https://github.com/ticky/simplecov-buildkite.git Fetching source index from https://gems.graphql.pro/ Fetching source index from https://enterprise.contribsys.com/ Fetching gem metadata from https://rubygems.org/. Fetching source index from https://rubygems.org/ Resolving dependencies... Writing lockfile to ./Gemfile.lock bundle lock 14.30s user 1.98s system 18% cpu 1:29.67 total ........ ...................