Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions benches/bigdecimal/bench.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ from bench_bigdecimal_exp import main as bench_exp
from bench_bigdecimal_ln import main as bench_ln
from bench_bigdecimal_root import main as bench_root
from bench_bigdecimal_round import main as bench_round
from bench_bigdecimal_scale_up_by_power_of_10 import main as bench_scale_up


fn main() raises:
Expand Down Expand Up @@ -63,8 +62,6 @@ scaleup: Scale up by power of 10
bench_round()
elif command == "q":
return
elif command == "scaleup":
bench_scale_up()
else:
print("Invalid input")
main()
324 changes: 0 additions & 324 deletions benches/bigdecimal/bench_bigdecimal_scale_up_by_power_of_10.mojo

This file was deleted.

Loading