Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix default arguments of benchmarks #718

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
50 changes: 24 additions & 26 deletions examples/benchmarks/config_default.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
are_we_fast_yet/bounce.effekt 50
are_we_fast_yet/list_tail.effekt 15
are_we_fast_yet/mandelbrot.effekt 1
are_we_fast_yet/nbody.effekt 1
are_we_fast_yet/permute.effekt 6
are_we_fast_yet/queens.effekt 8
are_we_fast_yet/sieve.effekt 5000
are_we_fast_yet/storage.effekt 1
are_we_fast_yet/towers.effekt 13
duality_of_compilation/erase_unused.effekt 10000
duality_of_compilation/factorial_accumulator.effekt 10000000
duality_of_compilation/fibonacci_recursive.effekt 40
duality_of_compilation/iterate_increment.effekt 100000000
duality_of_compilation/lookup_tree.effekt 10000000
duality_of_compilation/match_options.effekt 10000000
duality_of_compilation/sum_range.effekt 10000000
effect_handlers_bench/countdown.effekt 200000000
effect_handlers_bench/fibonacci_recursive.effekt 42
effect_handlers_bench/generator.effekt 25
effect_handlers_bench/iterator.effekt 40000000
effect_handlers_bench/nqueens.effekt 12
effect_handlers_bench/parsing_dollars.effekt 20000
effect_handlers_bench/product_early.effekt 100000
effect_handlers_bench/resume_nontail.effekt 10000
effect_handlers_bench/tree_explore.effekt 16
effect_handlers_bench/triples.effekt 300
are_we_fast_yet/bounce 50
are_we_fast_yet/list_tail 15
are_we_fast_yet/mandelbrot 1
are_we_fast_yet/nbody 1
are_we_fast_yet/permute 6
are_we_fast_yet/queens 8
are_we_fast_yet/sieve 5000
are_we_fast_yet/storage 1
are_we_fast_yet/towers 13
duality_of_compilation/erase_unused 10000
duality_of_compilation/factorial_accumulator 10000000
duality_of_compilation/fibonacci_recursive 40
duality_of_compilation/iterate_increment 100000000
duality_of_compilation/lookup_tree 10000000
duality_of_compilation/match_options 10000000
duality_of_compilation/sum_range 10000000
effect_handlers_bench/countdown 200000000
effect_handlers_bench/iterator 40000000
effect_handlers_bench/nqueens 12
effect_handlers_bench/parsing_dollars 20000
effect_handlers_bench/product_early 100000
effect_handlers_bench/resume_nontail 1000
effect_handlers_bench/tree_explore 16
effect_handlers_bench/triples 300