Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Correct microsecnds -> microseconds.
  • Loading branch information
visitorckw committed Nov 5, 2023
1 parent 66d4f43 commit a882d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ RV_EXCEPTION_LIST
return false; \
}

/* get current time in microsecnds and update csr_time register */
/* get current time in microseconds and update csr_time register */
static inline void update_time(riscv_t *rv)
{
struct timeval tv;
Expand Down

1 comment on commit a882d74

@jserv
Copy link
Contributor

@jserv jserv commented on a882d74 Nov 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarks

Benchmark suite Current: a882d74 Previous: 66d4f43 Ratio
Dhrystone 1317.62 Average DMIPS over 10 runs 1720 Average DMIPS over 10 runs 1.31
Coremark 1069.319 Average iterations/sec over 10 runs 1493.22 Average iterations/sec over 10 runs 1.40

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.