Skip to content

Commit

Permalink
Change for CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Jan 26, 2025
1 parent 39e60f3 commit 45ac5f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/riscv.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* "LICENSE" for information on usage and redistribution of this file.
*/

/* Changed for CI pipeline */

#include <assert.h>
#include <errno.h>
#include <fcntl.h>
Expand Down

1 comment on commit 45ac5f0

@jserv
Copy link
Contributor Author

@jserv jserv commented on 45ac5f0 Jan 26, 2025

Choose a reason for hiding this comment

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

Benchmarks

Benchmark suite Current: 45ac5f0 Previous: b7d6f9c Ratio
Dhrystone 1332 Average DMIPS over 10 runs 1130 Average DMIPS over 10 runs 0.85
Coremark 967.155 Average iterations/sec over 10 runs 968.898 Average iterations/sec over 10 runs 1.00

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

Please sign in to comment.