forked from kscience/kmath
Fix benchmarks
This commit is contained in:
parent
922ca564b1
commit
f67cfcc9e6
@ -18,10 +18,6 @@ import space.kscience.kmath.operations.invoke
|
||||
private fun BigInt.pow(power: Int): BigInt = modPow(BigIntField.number(power), BigInt.ONE)
|
||||
|
||||
|
||||
|
||||
private fun BigInt.pow(power: Int): BigInt = modPow(BigIntField.number(power), BigInt.ONE)
|
||||
|
||||
|
||||
@State(Scope.Benchmark)
|
||||
internal class BigIntBenchmark {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user