Commits


MacChen02 authored and GitHub committed 917d2435807
Update benchmark statistical time function The function gettimeofday does not count the time,when testing the axpy small data volume use case. Use the function clock_gettime to replace the gettimeofday function to count the time.