Skip to content

Commit

Permalink
fix avx err_msg (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
wayyoungboy authored Aug 26, 2024
1 parent 926f5e9 commit fe589a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ task:
result:
set_value: cpu_flags
verify: " [[ $cpu_flags == *avx2* ]] "
err_msg: 'clock_source: #{clock_source}. recommended: tsc. Uneven CPU utilization during pressure testing resulted in low TPS during pressure testing'
err_msg: 'observer need cpu support avx2. If the cpu is not support avx2, observer will be crash.'


0 comments on commit fe589a7

Please sign in to comment.