-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add macOS-apple_m2_pro (cargo) benchmark result for cd1b91428c3e69225…
…e15b46bae92349849b76661
- Loading branch information
github-action-benchmark
committed
Nov 7, 2023
1 parent
5339e93
commit ef8230f
Showing
1 changed file
with
79 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": 1699333170197, | ||
"lastUpdate": 1699389539601, | ||
"repoUrl": "https://github.com/risc0/risc0", | ||
"entries": { | ||
"macOS-cpu": [ | ||
|
@@ -49928,6 +49928,84 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Erik Kaneda", | ||
"username": "SchmErik" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "cd1b91428c3e69225e15b46bae92349849b76661", | ||
"message": "sys_log: write to stdout (#1115)\n\nPreviously, sys_log printed the message via println!. This change writes\r\nsys_log to whatever stdout is pointing to so that the output can be\r\ncaptured in the same manner in as how user specifies stdout to be\r\nhandled.\r\n\r\nCloses: #1028\r\n\r\n---------\r\n\r\nCo-authored-by: Frank Laub <[email protected]>", | ||
"timestamp": "2023-11-07T12:23:05-08:00", | ||
"tree_id": "77e2c7b715ce3c71ce8d55f57dc52baae2044acf", | ||
"url": "https://github.com/risc0/risc0/commit/cd1b91428c3e69225e15b46bae92349849b76661" | ||
}, | ||
"date": 1699389536635, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "fib/100/execute", | ||
"value": 17050543, | ||
"range": "± 114287", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib/1000/execute", | ||
"value": 17335009, | ||
"range": "± 128484", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib/10000/execute", | ||
"value": 20529245, | ||
"range": "± 95570", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib/100/prove", | ||
"value": 1352664562, | ||
"range": "± 5580060", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib/1000/prove", | ||
"value": 1369408687, | ||
"range": "± 2935003", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib/10000/prove", | ||
"value": 4872286729, | ||
"range": "± 23262378", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib/100/total", | ||
"value": 1390642395, | ||
"range": "± 5997724", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib/1000/total", | ||
"value": 1406849145, | ||
"range": "± 6797931", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib/10000/total", | ||
"value": 4908784437, | ||
"range": "± 7558074", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|