-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (pytest) benchmark result for 74cf7d1e76e7e88aa13ee1e14…
…a1cf4943dd7e875
- Loading branch information
github-action-benchmark
committed
Dec 12, 2024
1 parent
6acc234
commit 3ed1e70
Showing
1 changed file
with
39 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": 1733790570958, | ||
"lastUpdate": 1733964437359, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -13551,6 +13551,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 4.952071032199979 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Andrew Nolte", | ||
"username": "AndrewNolte" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "74cf7d1e76e7e88aa13ee1e14a1cf4943dd7e875", | ||
"message": "Add back resolve x (#4253)\n\nCo-authored-by: Kaleb Barrett <[email protected]>", | ||
"timestamp": "2024-12-11T17:43:31-07:00", | ||
"tree_id": "57bc59a80c4ea977ea3d776ff83de4f97e266df9", | ||
"url": "https://github.com/cocotb/cocotb/commit/74cf7d1e76e7e88aa13ee1e14a1cf4943dd7e875" | ||
}, | ||
"date": 1733964436536, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.1396341310748042, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.03206829445024754", | ||
"extra": "mean: 7.161572835399994 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.19845981483609276, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.02334806359491084", | ||
"extra": "mean: 5.038803451599994 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|