Skip to content

Commit

Permalink
🚧 reduce measurement time in benchmarks command
Browse files Browse the repository at this point in the history
  • Loading branch information
twentylemon committed Dec 24, 2024
1 parent 9c43cf8 commit 4c673b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/org/lemon/advent/lib/bench.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.openjdk.jmh.annotations.Benchmark

class Bench:

@Benchmark // Jmh/run org.lemon.advent.lib.Bench
@Benchmark // Jmh/run -i 3 -wi 3 -f 1 -t 1 org.lemon.advent.lib.Bench
def bench(): Unit =
// import org.lemon.advent.year2023.Day16._
// part1(read(file(2023)(16)))
Expand Down

0 comments on commit 4c673b3

Please sign in to comment.