Re: [Pharo-users] Benchmark

2013-09-14 Thread Stéphane Ducasse
we should add that to the book chapter :) On Sep 14, 2013, at 2:16 PM, Camillo Bruni wrote: > Short Answer: > - > problemSize is used to calibrate your benchmark, so usually you adapt this > value for > your machine. And yes you are right, the result is not divided by the > problem

Re: [Pharo-users] Benchmark

2013-09-14 Thread Natalia Tymchuk
Thanks, Camillo, for that big and very useful letter. You helped me a lot. Best regards, Natalia 14.09.13 15:16, Camillo Bruni написав(ла): Short Answer: - problemSize is used to calibrate your benchmark, so usually you adapt this value for your machine. And yes you are right, the re

Re: [Pharo-users] Benchmark

2013-09-14 Thread Camillo Bruni
Short Answer: - problemSize is used to calibrate your benchmark, so usually you adapt this value for your machine. And yes you are right, the result is not divided by the problemSize. Long Answer: The typical use case is like this: MathBench >> benchLoopSinus 1

Re: [Pharo-users] Benchmark

2013-09-14 Thread Natalia Tymchuk
Hello. I have a question about problemSize in benchmarking. I got the small times from running benchmarks and that's why I try to use problemSize like in the video http://vimeo.com/68494202. But the benchmark for which I rewrote code and used problemSize has given me very big result. Maybe it

Re: [Pharo-users] Benchmark

2013-09-12 Thread Stéphane Ducasse
On Sep 11, 2013, at 9:22 PM, Natalia Tymchuk wrote: > Hello Stephane. > Yes, I'm interested in that and it will be an honor for me)). Excellent. If you have a github account let me know and I will add you as a contributor Have a look at https://github.com/SquareBracketAssociates/Pha

Re: [Pharo-users] Benchmark

2013-09-11 Thread Natalia Tymchuk
Hello Stephane. Yes, I'm interested in that and it will be an honor for me)). But I never wrote the books and my English is not at its best level. However I think that after a couple reviews my English will be better . Best regards, Natalia

Re: [Pharo-users] Benchmark

2013-09-10 Thread Stéphane Ducasse
Hello Natalia I started to write a chapter on Smark for a future Pharo book. So may be we could write it together :) I can give you access to it if you are interested Stef On Sep 10, 2013, at 1:15 AM, Natalia Moskovchuk wrote: > Thank all of you for help. I have successfuly added benchmarks

Re: [Pharo-users] Benchmark

2013-09-09 Thread btc
Natalia Moskovchuk wrote: Forgot to give the link(. http://nataliatymchuk.blogspot.com/2013/09/hello.html 10.09.13 02:15, Natalia Moskovchuk ???(??): Thank all of you for help. I have successfuly added benchmarks to my project. And additionaly I wrote simple step by step tutorial about ho

Re: [Pharo-users] Benchmark

2013-09-09 Thread Natalia Moskovchuk
Forgot to give the link(. http://nataliatymchuk.blogspot.com/2013/09/hello.html 10.09.13 02:15, Natalia Moskovchuk ???(??): Thank all of you for help. I have successfuly added benchmarks to my project. And additionaly I wrote simple step by step tutorial about how to write benchmarks in Pha

Re: [Pharo-users] Benchmark

2013-09-09 Thread Natalia Moskovchuk
Thank all of you for help. I have successfuly added benchmarks to my project. And additionaly I wrote simple step by step tutorial about how to write benchmarks in Pharo for people like me)). Best regards, Natalia -- View this message in context: http://forum.world.st/Benchmark-tp4705781p470738

Re: [Pharo-users] Benchmark

2013-08-30 Thread Esteban Lorenzano
yes, it was just a proof of concept, waiting for their own dedicated machine(s) On Aug 30, 2013, at 7:03 PM, Clément Bera wrote: > However benchmark on the CI are not on a dedicated machine so it is not very > reliable > > > 2013/8/30 Camillo Bruni > That you just need to run it from th

Re: [Pharo-users] Benchmark

2013-08-30 Thread Clément Bera
However benchmark on the CI are not on a dedicated machine so it is not very reliable 2013/8/30 Camillo Bruni > That you just need to run it from the command line which is not related to > the benchmark project. > Currently it seems like the ci has some troubles, so I cannot get to the > c

Re: [Pharo-users] Benchmark

2013-08-30 Thread Natalia Moskovchuk
Thanks. I already saw this video. I cann't see configuration on https://ci.inria.fr/rmod/job/FullTextSearch/configure . Can you share it? -- View this message in context: http://forum.world.st/Benchmark-tp4705781p4705818.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.c

Re: [Pharo-users] Benchmark

2013-08-30 Thread Camillo Bruni
That you just need to run it from the command line which is not related to the benchmark project. Currently it seems like the ci has some troubles, so I cannot get to the configuration either. On 2013-08-30, at 17:25, Natalia Moskovchuk wrote: > Thanks. I already saw this video. I cann't see

Re: [Pharo-users] Benchmark

2013-08-30 Thread Sebastian Tleye
Hi Natalia, Here you have an interesting video http://vimeo.com/68494202 and a repository http://smalltalkhub.com/#!/~StefanMarr/SMark 2013/8/30 Natalia Moskovchuk > Hello. > I want to use the benchmarks in my GSoC project. Can somebody write or > suggest me some resources about how could I

[Pharo-users] Benchmark

2013-08-30 Thread Natalia Moskovchuk
Hello. I want to use the benchmarks in my GSoC project. Can somebody write or suggest me some resources about how could I run written benchmarks on CI server and get there information? Best regards, Natalia