Skip to content

Commit

Permalink
Benchmark sum performance on larger array
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Mar 30, 2018
1 parent c03f7c4 commit 2a81f4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@ object benchmarks {
benchmarkResource.value.get.apply()
}

@Param(Array("3", "2", "1"))
@Param(Array("3", "2"))
protected var numberOfDimensions: Int = _

@Param(Array("128", "32", "16"))
@Param(Array("512", "128", "32", "16"))
protected var size: Int = _
}

Expand Down

0 comments on commit 2a81f4d

Please sign in to comment.