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 57762ff commit d1fe749
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 d1fe749

@jserv
Copy link
Contributor Author

@jserv jserv commented on d1fe749 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: d1fe749 Previous: 45ac5f0 Ratio
Dhrystone 1331 Average DMIPS over 10 runs 1339 Average DMIPS over 10 runs 1.01
Coremark 966.976 Average iterations/sec over 10 runs 971.236 Average iterations/sec over 10 runs 1.00

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

Please sign in to comment.