Skip to content

Commit

Permalink
Rescale cpuTokens
Browse files Browse the repository at this point in the history
  • Loading branch information
manufacturist committed Jul 28, 2021
1 parent 3076baa commit 5d9eca0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class ParallelBenchmark {
@Param(Array("100", "1000", "10000"))
var size: Int = _

@Param(Array("100", "1000", "10000", "100000", "1000000"))
@Param(Array("1000", "10000", "100000"))
var cpuTokens: Long = _

@Benchmark
Expand Down

0 comments on commit 5d9eca0

Please sign in to comment.