-
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 b23d10ad65…
…ef27a24ec46c6c1b0ba9947c177d4d
- Loading branch information
github-action-benchmark
committed
Oct 6, 2023
1 parent
cd0f895
commit 6fb8fe5
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": 1696561215310, | ||
"lastUpdate": 1696609594193, | ||
"repoUrl": "https://github.com/sysprog21/rv32emu", | ||
"entries": { | ||
"Benchmarks": [ | ||
|
@@ -1368,6 +1368,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": "b23d10ad65ef27a24ec46c6c1b0ba9947c177d4d", | ||
"message": "Apply editorial changes", | ||
"timestamp": "2023-10-07T00:19:47+08:00", | ||
"tree_id": "276e1f229edfbfaae3ccb00e972bccf3af89ffa7", | ||
"url": "https://github.com/sysprog21/rv32emu/commit/b23d10ad65ef27a24ec46c6c1b0ba9947c177d4d" | ||
}, | ||
"date": 1696609593896, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Dhrystone", | ||
"value": 1332.33, | ||
"unit": "Average DMIPS over 10 runs" | ||
}, | ||
{ | ||
"name": "Coremark", | ||
"value": 1024.827, | ||
"unit": "Average iterations/sec over 10 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|