diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-19 12:52:44 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-19 13:36:03 -0600 |
| commit | 13f23838dcd280c3ed079ad5de51763068668935 (patch) | |
| tree | 8252c9c29227a77e2b59d4f0bdcadc0b2cc0a718 /Gemfile.lock | |
| parent | 99a89248b2e6c08bf7a5c6c7950793b1418b9555 (diff) | |
test: add performance specs
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 908e411..e505b27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,6 +34,9 @@ GEM aws-sigv4 (~> 1.1) aws-sigv4 (1.2.1) aws-eventstream (~> 1, >= 1.0.2) + benchmark-malloc (0.2.0) + benchmark-perf (0.6.0) + benchmark-trend (0.4.0) byebug (11.1.3) chef-cleanroom (1.0.2) chef-config (16.2.50) @@ -127,6 +130,11 @@ GEM rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) rspec-mocks (~> 3.9.0) + rspec-benchmark (0.6.0) + benchmark-malloc (~> 0.2) + benchmark-perf (~> 0.6) + benchmark-trend (~> 0.4) + rspec (>= 3.0) rspec-core (3.9.1) rspec-support (~> 3.9.1) rspec-expectations (3.9.1) @@ -184,6 +192,7 @@ DEPENDENCIES omnibus (~> 7.0) omnibus-software! rspec (~> 3.9) + rspec-benchmark (~> 0.6) rspec_junit_formatter (~> 0.4) simplecov (~> 0.18) simplecov-cobertura (~> 1.3) |
