Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!.POSTED!not-for-mail From: Melzzzzz Newsgroups: comp.programming.threads Subject: Re: Please run this benchmark Date: Sat, 14 Feb 2015 00:34:43 +0100 Organization: albasani.net Lines: 47 Message-ID: <20150214003443.5215fefe@maxa-pc> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: news.albasani.net ZGfNMIpr5Ou8o2WYSNtjxCo620j4ZL0IcOoEbjSSEQyRjrG/grIksUD4aFFUBf9vd8xsu12cNHVVPpjaZ7fdAA== NNTP-Posting-Date: Fri, 13 Feb 2015 23:34:43 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="ov6x5qzJcLv1yp/jEtVSBgLQYoxcu9whEk6Ha2pyPn5bp1feYdN/kFIm5IC+3wRl6Z+AQv22SdeMZr9FHy1FqGwqJ3sJZ21L512jK1FHT8n69psCLG3/ZABKaZUlTV2o"; mail-complaints-to="abuse@albasani.net" X-Newsreader: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-unknown-linux-gnu) Cancel-Lock: sha1:pY9ezAhdgJoSrN8CEDLLbrgv26o= Xref: csiph.com comp.programming.threads:2826 On Fri, 13 Feb 2015 17:43:16 -0800 Ramine wrote: > Hello, > > > I have implemented a benchmark for my Parallel sort library, > and i want to test it on other computers, please help me to do it, > this benchmark runs on windows, please download it and run it and > report to me your kind of processor and if it's possible how many L2 > caches you have, and report to me the output of this benchmark, this > benchmark is testing my parallel mergesort of my parallel sort > library, please download the benchmark from here and run it: > > https://sites.google.com/site/aminer68/benchmark-for-parallel-sort-library > > > To download it please click on the small "arrow" on the right of the > "test.zip" text on your screen... > > > Thank you, > Amine Moulay Ramdane. > [bmaxa@maxa-pc aminer]$ taskset -c 0,1,2,3 wine test.exe Number of cores is: 4 Scalability on 4 cores is: 2.42 Please press a key to exit...: [bmaxa@maxa-pc aminer]$ taskset -c 0,1,2,3,4,5,6,7 wine test.exe Number of cores is: 8 Scalability on 8 cores is: 3.30 Please press a key to exit...: [bmaxa@maxa-pc aminer]$ [bmaxa@maxa-pc aminer]$ inxi -C CPU: Quad core Intel Core i7-4790 (-HT-MCP-) cache: 8192 KB clock speeds: max: 4000 MHz 1: 3958 MHz 2: 3977 MHz 3: 3995 MHz 4: 3994 MHz 5: 4000 MHz 6: 3968 MHz 7: 3998 MHz 8: 3924 MHz [bmaxa@maxa-pc aminer]$