Re: [PATCH v2 0/2] tests/qht-bench: Adjust rate/threshold computation

2020-07-02 Thread Alex Bennée


Richard Henderson  writes:

> Supercedes: <20200620214551.447392-1-richard.hender...@linaro.org>
>
> Thanks for Emilio's review of v1.  I've split "seed" from "rate"
> as suggested, left the comparisons alone, and expanded the comment
> in do_threshold.

Queued to testing/next, thanks.

>
>
> r~
>
>
> Richard Henderson (2):
>   tests/qht-bench: Adjust testing rate by -1
>   tests/qht-bench: Adjust threshold computation
>
>  tests/qht-bench.c | 40 +++-
>  1 file changed, 31 insertions(+), 9 deletions(-)


-- 
Alex Bennée



Re: [PATCH v2 0/2] tests/qht-bench: Adjust rate/threshold computation

2020-06-27 Thread Emilio G. Cota
On Fri, Jun 26, 2020 at 13:09:48 -0700, Richard Henderson wrote:
> Supercedes: <20200620214551.447392-1-richard.hender...@linaro.org>
> 
> Thanks for Emilio's review of v1.  I've split "seed" from "rate"
> as suggested, left the comparisons alone, and expanded the comment
> in do_threshold.

Reviewed-by: Emilio G. Cota 

for the series. Thanks a lot!

E.



Re: [PATCH v2 0/2] tests/qht-bench: Adjust rate/threshold computation

2020-06-26 Thread no-reply
Patchew URL: 
https://patchew.org/QEMU/20200626200950.1015121-1-richard.hender...@linaro.org/



Hi,

This series failed the docker-mingw@fedora build test. Please find the testing 
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#! /bin/bash
export ARCH=x86_64
make docker-image-fedora V=1 NETWORK=1
time make docker-test-mingw@fedora J=14 NETWORK=1
=== TEST SCRIPT END ===

raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', 
'--label', 'com.qemu.instance.uuid=cfb70a057f99414cb380e1aac7ea404b', '-u', 
'1003', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', 
'-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 
'SHOW_ENV=', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', 
'/home/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', 
'/var/tmp/patchew-tester-tmp-w3ye4819/src/docker-src.2020-06-26-16.16.29.10114:/var/tmp/qemu:z,ro',
 'qemu:fedora', '/var/tmp/qemu/run', 'test-mingw']' returned non-zero exit 
status 2.
filter=--filter=label=com.qemu.instance.uuid=cfb70a057f99414cb380e1aac7ea404b
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-w3ye4819/src'
make: *** [docker-run-test-mingw@fedora] Error 2

real4m59.023s
user0m8.221s


The full log is available at
http://patchew.org/logs/20200626200950.1015121-1-richard.hender...@linaro.org/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-de...@redhat.com

[PATCH v2 0/2] tests/qht-bench: Adjust rate/threshold computation

2020-06-26 Thread Richard Henderson
Supercedes: <20200620214551.447392-1-richard.hender...@linaro.org>

Thanks for Emilio's review of v1.  I've split "seed" from "rate"
as suggested, left the comparisons alone, and expanded the comment
in do_threshold.


r~


Richard Henderson (2):
  tests/qht-bench: Adjust testing rate by -1
  tests/qht-bench: Adjust threshold computation

 tests/qht-bench.c | 40 +++-
 1 file changed, 31 insertions(+), 9 deletions(-)

-- 
2.25.1