Skip to content

Commit

Permalink
Add benchmark timers dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 4, 2024
1 parent a09253e commit 6b1ef6f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
18 changes: 18 additions & 0 deletions benchmark/timers/gems.locked
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
GEM
remote: https://rubygems.org/
specs:
benchmark-ips (2.13.0)
io-event (1.6.0)
timers (4.3.5)

PLATFORMS
arm64-darwin-23
ruby

DEPENDENCIES
benchmark-ips (= 2.13)
io-event (~> 1.6)
timers (~> 4.3)

BUNDLED WITH
2.5.5
6 changes: 6 additions & 0 deletions benchmark/timers/gems.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gem "benchmark-ips", "2.13"

gem "timers", "~> 4.3"
gem "io-event", "~> 1.6"

0 comments on commit 6b1ef6f

Please sign in to comment.