[4/5] benchtests: Add workload name for sincosf

Message ID 20220531213502.227895-5-adhemerval.zanella@linaro.org
State Committed
Commit dc208f4a53e71560432ad6a4aa42da1becc7bd3f
Headers
Series Use generic sinf, cosf, and sincosf for i686 |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent

Commit Message

Adhemerval Zanella May 31, 2022, 9:35 p.m. UTC
  So it can show both reciprocal-throughput and latency.
---
 benchtests/sincosf-inputs | 1 +
 1 file changed, 1 insertion(+)
  

Comments

H.J. Lu May 31, 2022, 9:48 p.m. UTC | #1
On Tue, May 31, 2022 at 2:35 PM Adhemerval Zanella
<adhemerval.zanella@linaro.org> wrote:
>
> So it can show both reciprocal-throughput and latency.
> ---
>  benchtests/sincosf-inputs | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/benchtests/sincosf-inputs b/benchtests/sincosf-inputs
> index ef5668a38c..0a8495a67c 100644
> --- a/benchtests/sincosf-inputs
> +++ b/benchtests/sincosf-inputs
> @@ -1,5 +1,6 @@
>  ## includes: math.h
>  ## args: float:<float *>:<float *>
> +## name: workload-random
>  0x1.759424p-1
>  -0x1.324949p0
>  -0x1.855528p8
> --
> 2.34.1
>

LGTM.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>

Thanks.
  

Patch

diff --git a/benchtests/sincosf-inputs b/benchtests/sincosf-inputs
index ef5668a38c..0a8495a67c 100644
--- a/benchtests/sincosf-inputs
+++ b/benchtests/sincosf-inputs
@@ -1,5 +1,6 @@ 
 ## includes: math.h
 ## args: float:<float *>:<float *>
+## name: workload-random
 0x1.759424p-1
 -0x1.324949p0
 -0x1.855528p8