[1/5] benchtests: Add workload name for cosf

Message ID 20220531213502.227895-2-adhemerval.zanella@linaro.org
State Committed
Commit c1176b62a9ffcde7fb4c0252db342fe21fbd524e
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:34 p.m. UTC
  So it can show both reciprocal-throughput and latency.
---
 benchtests/cosf-inputs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

H.J. Lu May 31, 2022, 9:47 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/cosf-inputs | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/benchtests/cosf-inputs b/benchtests/cosf-inputs
> index 73d6991cbc..6fba27833a 100644
> --- a/benchtests/cosf-inputs
> +++ b/benchtests/cosf-inputs
> @@ -1,7 +1,7 @@
>  ## args: float
>  ## ret: float
>  ## includes: math.h
> -
> +## name: workload-random
>  -0x1.d24c56p-1
>  -0x1.50ab58p-1
>  0x1.112339p-6
> --
> 2.34.1
>

LGTM.

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

Thanks.
  

Patch

diff --git a/benchtests/cosf-inputs b/benchtests/cosf-inputs
index 73d6991cbc..6fba27833a 100644
--- a/benchtests/cosf-inputs
+++ b/benchtests/cosf-inputs
@@ -1,7 +1,7 @@ 
 ## args: float
 ## ret: float
 ## includes: math.h
-
+## name: workload-random
 -0x1.d24c56p-1
 -0x1.50ab58p-1
 0x1.112339p-6