day 8 benchmark
This commit is contained in:
parent
3cd2b6abe2
commit
d22fcbbedd
1 changed files with 8 additions and 0 deletions
8
bench/day8_bench.exs
Normal file
8
bench/day8_bench.exs
Normal file
|
@ -0,0 +1,8 @@
|
|||
{_, puzzle_input} = File.read("./input/2023_8.txt")
|
||||
|
||||
Benchee.run(
|
||||
%{
|
||||
"day8_part2" => fn -> Mix.Tasks.Day8.solve(puzzle_input, :part2) end
|
||||
}
|
||||
)
|
||||
|
Loading…
Add table
Reference in a new issue