Banchmarking

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Banchmarking

Natalia Moskovchuk
Hello.
I want to use banchmarking for my GSoC project. I saw this video
http://vimeo.com/68494202. Can someone suggest me more sources to better
understanding how write and use this things?

--
You received this message because you are subscribed to the Google Groups "SciSmalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Banchmarking

Natalia Moskovchuk
Hello.
I added benchmarks for ODE methods.  To see how does it works just open workspace and write "ODEBenchmark runAll:" and some number of iterations.


Best regards,
Natalia

P.S. Here is a result from my image:

Report for: ExplicitBenchmark
Benchmark Euler
Euler total: iterations=100 runtime: 2.59ms +/-0.55

Benchmark Midpoint
Midpoint total: iterations=100 runtime: 5.66ms +/-0.42

Benchmark Heun
Heun total: iterations=100 runtime: 4.23ms +/-0.40

Benchmark RungeKutta
RungeKutta total: iterations=100 runtime: 5.40ms +/-0.56


Report for: ImplicitBenchmark
Benchmark ImplicitMidpoint
ImplicitMidpoint total: iterations=100 runtime: 6.18ms +/-0.36


Report for: ExplicitMultiBenchmark
Benchmark AB2
AB2 total: iterations=100 runtime: 3.10ms +/-0.34

Benchmark AB4
AB4 total: iterations=100 runtime: 9.88ms +/-0.47

Benchmark AB3
AB3 total: iterations=100 runtime: 8.56ms +/-0.66


Report for: ImplicitMultiBenchmark
Benchmark TrapezoidAM2
TrapezoidAM2 total: iterations=100 runtime: 9.86ms +/-0.62

Benchmark AM3
AM3 total: iterations=100 runtime: 14.54ms +/-0.61

Benchmark BDF4
BDF4 total: iterations=100 runtime: 8.42ms +/-0.42

Benchmark BDF2
BDF2 total: iterations=100 runtime: 6.08ms +/-0.40

Benchmark AM4
AM4 total: iterations=100 runtime: 18.46ms +/-0.66

Benchmark BDF3
BDF3 total: iterations=100 runtime: 7.78ms +/-0.52


Report for: ODEBenchmark


Четвер, 29 серпня 2013 р. 19:51:00 UTC+3 користувач Natalia Moskovchuk написав:
Hello.
I want to use banchmarking for my GSoC project. I saw this video
http://vimeo.com/68494202. Can someone suggest me more sources to better
understanding how write and use this things?

--
You received this message because you are subscribed to the Google Groups "SciSmalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.