Skip to content

Commit 6253bef

Browse files
authored
Update bigdecimal version used in benchmark from 3.0.0 to 3.1.1 (#416)
GitHub actions macos-latest has been updated to macos-15, and `gem install bigdecimal -v 3.0.0` began to fail.
1 parent 3d8b9be commit 6253bef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install dependencies
5454
run: |
5555
bundle install
56-
gem install bigdecimal -v 3.0.0
56+
gem install bigdecimal -v 3.1.1
5757
5858
- run: rake compile
5959

benchmark/from_float.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ loop_count: 100000
22

33
contexts:
44
- gems:
5-
bigdecimal: 3.0.0
5+
bigdecimal: 3.1.1
66
- name: "master"
77
prelude: |-
88
$LOAD_PATH.unshift(File.expand_path("lib"))

benchmark/from_large_integer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ loop_count: 1000
22

33
contexts:
44
- gems:
5-
bigdecimal: 3.0.0
5+
bigdecimal: 3.1.1
66
- name: "master"
77
prelude: |-
88
$LOAD_PATH.unshift(File.expand_path("lib"))

benchmark/from_small_integer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ loop_count: 100000
22

33
contexts:
44
- gems:
5-
bigdecimal: 3.0.0
5+
bigdecimal: 3.1.1
66
- name: "master"
77
prelude: |-
88
$LOAD_PATH.unshift(File.expand_path("lib"))

0 commit comments

Comments
 (0)