-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (customBiggerIsBetter) benchmark result for 62c5bb9
- Loading branch information
github-action-benchmark
committed
Aug 17, 2023
1 parent
5752722
commit 6ca07d9
Showing
1 changed file
with
34 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": 1692260192648, | ||
"lastUpdate": 1692260196997, | ||
"repoUrl": "https://github.com/kkrt-labs/kakarot-rpc", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -1158,6 +1158,39 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Harsh Bajpai", | ||
"username": "bajpai244" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": false, | ||
"id": "62c5bb9cbe1afde80483b342ba96fad5b3cd4121", | ||
"message": "feat: add timeout to all github workflows (#441)\n\nCo-authored-by: Harsh Bajpai <[email protected]>", | ||
"timestamp": "2023-08-17T06:36:56Z", | ||
"tree_id": "b20044cd6e5533e3a760ff06a19f0307a473b43d", | ||
"url": "https://github.com/kkrt-labs/kakarot-rpc/commit/62c5bb9cbe1afde80483b342ba96fad5b3cd4121" | ||
}, | ||
"date": 1692260191627, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "transactions per block", | ||
"value": "transactions/block" | ||
}, | ||
{ | ||
"name": "transactions per second", | ||
"value": 0.4285714285714286, | ||
"unit": "transactions/second" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|