Bug#569049: mbw: Memory bandwith test inverts DUMB and MEMCPY tests. Dumb copy appears faster than memcpy

2020-06-07 Thread Celelibi
For what it's worth. This bug has just been fixed upstream.
https://github.com/raas/mbw
10 years after was reported here. ^^

Let's just hope that the maintainer of this package is still around and
will eventally upgrade.

Best regards,
Celelibi



Bug#569049: mbw: Memory bandwith test inverts DUMB and MEMCPY tests. Dumb copy appears faster than memcpy

2010-02-09 Thread apterium
Package: mbw
Version: 1.1.1-1
Severity: minor

*** Please type your report below this line ***

Hi,

DUMB and MEMCPY tests are inverted in the result printing. Patch below.

In the current version of mbw, memcpy seems far slower than a dumb
dest[i]=src[i] memory copy. In the result printing, MEMCPY and DUMB test are
actually at each other place.


Thanks

apterium


132,133c132
<   case 0:
<   printf("Method: MEMCPY\t");
---
>   case 0: printf("Method: DUMB\t");
135c134
<   case 1: printf("Method: DUMB\t");
---
>   case 1: printf("Method: MEMCPY\t");



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mbw depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries

mbw recommends no packages.

mbw suggests no packages.

-- no debconf information