Skip to content

Commit

Permalink
FIX: benchmark: fix wrong case title
Browse files Browse the repository at this point in the history
correct the hash algorithm name

Signed-off-by: wangfuan <[email protected]>
Reviewed-by: Jerome Forissier <[email protected]>
  • Loading branch information
wangfuan committed Sep 5, 2024
1 parent dd5692a commit c64023c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/xtest/benchmark_2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static void xtest_tee_benchmark_2002(ADBG_Case_t *c)
ADBG_CASE_DEFINE(benchmark, 2001, xtest_tee_benchmark_2001,
"TEE SHA Performance test (TA_SHA_SHA1)");
ADBG_CASE_DEFINE(benchmark, 2002, xtest_tee_benchmark_2002,
"TEE SHA Performance test (TA_SHA_SHA226)");
"TEE SHA Performance test (TA_SHA_SHA256)");


/* ----------------------------------------------------------------------- */
Expand Down

0 comments on commit c64023c

Please sign in to comment.