Fix benchmarks source set #200

Merged
CommanderTvis merged 3 commits from commandertvis/fix-benchmarks into dev 2021-02-11 10:55:40 +03:00
Showing only changes of commit b02091402f - Show all commits

View File

@ -30,7 +30,7 @@ internal class ExpressionsInterpretersBenchmark {
@Benchmark
fun mstExpression() {
val expr = algebra.mstInField {
MstField.symbol("x") * 2.0 + 2.0 / MstField.symbol("x") - 16.0
symbol("x") * 2.0 + 2.0 / symbol("x") - 16.0
}
invokeAndSum(expr)