Skip to content

Commit

Permalink
add Benchmarks (customBiggerIsBetter) benchmark result for fdf30b69df…
Browse files Browse the repository at this point in the history
…e49a69cc2210ed70f111c4df149747
  • Loading branch information
github-action-benchmark committed Oct 15, 2023
1 parent a06152c commit 59111fb
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1697346877037,
"lastUpdate": 1697347894349,
"repoUrl": "https://github.com/sysprog21/rv32emu",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -2266,6 +2266,40 @@ window.BENCHMARK_DATA = {
"unit": "Average iterations/sec over 10 runs"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Jim Huang",
"username": "jserv"
},
"committer": {
"email": "[email protected]",
"name": "Jim Huang",
"username": "jserv"
},
"distinct": true,
"id": "fdf30b69dfe49a69cc2210ed70f111c4df149747",
"message": "Relax inline heuristics hints\n\nThis relaxation allows compiler optimization to perform certain kinds\nof code rearrangement that preserve the semantics of properly.",
"timestamp": "2023-10-15T13:24:14+08:00",
"tree_id": "3453636f8bcbdbf96aa7c84c8bf60ce9c744319d",
"url": "https://github.com/sysprog21/rv32emu/commit/fdf30b69dfe49a69cc2210ed70f111c4df149747"
},
"date": 1697347894100,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Dhrystone",
"value": 1421.25,
"unit": "Average DMIPS over 10 runs"
},
{
"name": "Coremark",
"value": 1242.639,
"unit": "Average iterations/sec over 10 runs"
}
]
}
]
}
Expand Down

0 comments on commit 59111fb

Please sign in to comment.