Skip to content

Commit

Permalink
Rename BDIGIT to DECDIG
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Jan 6, 2021
1 parent 4792a91 commit 686487d
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 143 deletions.
2 changes: 2 additions & 0 deletions benchmark/from_small_integer.yml
Expand Up @@ -13,7 +13,9 @@ prelude: |-
int_n9 = 8.times.inject(figs[1..-1].sample) {|a, x| a * 10 + x }
int_n19 = 18.times.inject(figs[1..-1].sample) {|a, x| a * 10 + x }
int_n38 = 37.times.inject(figs[1..-1].sample) {|a, x| a * 10 + x }
benchmark:
int_n9: BigDecimal(int_n9)
int_n19: BigDecimal(int_n19)
int_n38: BigDecimal(int_n38)

0 comments on commit 686487d

Please sign in to comment.