Add day 1
This commit is contained in:
@@ -7,7 +7,13 @@ namespace AdventOfCode;
|
||||
[MemoryDiagnoser(false)]
|
||||
public class DayBenchmark
|
||||
{
|
||||
private Day Day => new Day15();
|
||||
private Day Day { get; } = new Day1();
|
||||
|
||||
[GlobalSetup]
|
||||
public void Setup()
|
||||
{
|
||||
Day.ReadInput();
|
||||
}
|
||||
|
||||
[Benchmark]
|
||||
public void Part1()
|
||||
|
||||
Reference in New Issue
Block a user