Skip to content

Commit afd28be

Browse files
committed
add benchmarks
1 parent 82f6385 commit afd28be

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

test/benchmarks.jl/coroutines_MM1.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ function test_mm1(n::Float64)
2929
run(sim, n)
3030
end
3131

32+
test_mm1(100.0)
3233
BenchmarkTools.DEFAULT_PARAMETERS.samples = 100
3334
println(mean(@benchmark test_mm1(100.0)))

test/benchmarks.jl/processes_MM1.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ function test_mm1(n::Float64)
2929
run(sim, n)
3030
end
3131

32+
test_mm1(100.0)
3233
BenchmarkTools.DEFAULT_PARAMETERS.samples = 100
3334
println(mean(@benchmark test_mm1(100.0)))

0 commit comments

Comments
 (0)