Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Dec 28, 2020
1 parent ada00e0 commit 08223b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/from_integer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ contexts:
require "bigdecimal"
prelude: |-
big_1e100 = 10*100
big_1e100 = 10**100
benchmark:
big_1e100: BigDecimal(big_1e100)

0 comments on commit 08223b1

Please sign in to comment.