Sha256: 59959f65032095a694f6c6c51dbb9b092716874cc324db1f932d85b99b7e7fa7
Contents?: true
Size: 291 Bytes
Versions: 49
Compression:
Stored size: 291 Bytes
Contents
#!/bin/sh # for each provider grep -lr "< Fog::Service$" lib/fog | xargs -L1 dirname | sort | uniq | sed -e 's/lib\///' | # trigger rubygem cost then benchmark the load time xargs -I{} ruby -Ilib -rbenchmark -e 'Gem::Specification._all; puts "{}: #{Benchmark.realtime{require "{}" }}"'
Version data entries
49 entries across 47 versions & 8 rubygems