-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmarks (customBiggerIsBetter) benchmark result for fdf30b69df…
…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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|