Skip to content

Commit

Permalink
Fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Feb 13, 2024
1 parent 5798d7c commit 87e981a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/benchmark.rake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ end
desc 'Upload/archive the benchmark report'
task 'benchmark:archive' do
$:.unshift("#{$GEMS_DIR}/aws-sdk-s3/lib")
$:.unshift("#{$GEMS_DIR}/aws-sdk-s3control/lib")
$:.unshift("#{$GEMS_DIR}/aws-sdk-kms/lib")
require 'aws-sdk-s3'
require 'securerandom'
Expand Down

0 comments on commit 87e981a

Please sign in to comment.