Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming.threads > #2828
| 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 <mel@zzzzz.com> |
| Newsgroups | comp.programming.threads |
| Subject | Re: Please run this benchmark |
| Date | Sat, 14 Feb 2015 00:57:12 +0100 |
| Organization | albasani.net |
| Lines | 60 |
| Message-ID | <20150214005712.182d7dca@maxa-pc> (permalink) |
| References | <mblufr$ttm$2@dont-email.me> <20150214003443.5215fefe@maxa-pc> <mbm2m2$kf5$1@dont-email.me> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.albasani.net +33BPD2EyPurMCrZz0hVlvI1+Jd5ZP25tNzWemhbnGRyE/dxSkYhuo2sxF/mAkQ5Di0koIugucxa94pQm4Yo8w== |
| NNTP-Posting-Date | Fri, 13 Feb 2015 23:57:12 +0000 (UTC) |
| Injection-Info | news.albasani.net; logging-data="xzJUtUINNBjXi9VJAZWiiCZ7yM1LPgz2A+Dzy4o47IsCyPI6zmkjoH6WWL2gcmRQRPJIdoykt/Sdbhz/E7MiKgjseCjWxpX+YioiKjt2WzFJfyv3NyeMzWmBGENhfElD"; 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:Hry7pJ7Zvjhu0JJBv8itSdBfdRc= |
| Xref | csiph.com comp.programming.threads:2828 |
Show key headers only | View raw
On Fri, 13 Feb 2015 18:53:05 -0800 Ramine <ramine@1.1> wrote: > > Hello, > > > Please Melzzzz i have just implemented and uploaded a full benchmark, > this one will test all the sorting algorithms, can you download the > new benchmark again and test it with your computers that have 4 cores > and the other that have 8 cores. It's i7 4790. 4 cores with HT > > Here it is: > > https://sites.google.com/site/aminer68/benchmark-for-parallel-sort-library > > > Thank you, > Amine Moulay Ramdane. [bmaxa@maxa-pc aminer]$ taskset -c 0,1,2,3 wine test.exe Number of cores is: 4 Scalability with parallel mergesort on 4 cores is: 2.38 Time of parallel mergesort on 4 cores is: 304864 microseconds Number of cores is: 4 Scalability with parallel quicksort on 4 cores is: 2.64 Time of parallel quicksort on 4 cores is: 334282 microseconds Number of cores is: 4 Scalability with parallel heapsort on 4 cores is: 4.30 Time of parallel heapsort on 4 cores is: 753477 microseconds 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 with parallel mergesort on 8 cores is: 3.23 Time of parallel mergesort on 8 cores is: 298091 microseconds Number of cores is: 8 Scalability with parallel quicksort on 8 cores is: 3.52 Time of parallel quicksort on 8 cores is: 348340 microseconds Number of cores is: 8 Scalability with parallel heapsort on 8 cores is: 7.36 Time of parallel heapsort on 8 cores is: 807979 microseconds Please press a key to exit...:
Back to comp.programming.threads | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: Please run this benchmark Melzzzzz <mel@zzzzz.com> - 2015-02-14 00:34 +0100 Re: Please run this benchmark Melzzzzz <mel@zzzzz.com> - 2015-02-14 00:57 +0100
csiph-web