Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for c8ec8b2e110b3181a7b95dfe5…
Browse files Browse the repository at this point in the history
…76a9467e82db502
  • Loading branch information
github-action-benchmark committed Dec 13, 2024
1 parent 6897304 commit f0d3aa0
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1734019833151,
"lastUpdate": 1734082229447,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -13627,6 +13627,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.085153193999997 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Philipp Wagner",
"username": "imphil"
},
"committer": {
"email": "[email protected]",
"name": "Philipp Wagner",
"username": "imphil"
},
"distinct": true,
"id": "c8ec8b2e110b3181a7b95dfe576a9467e82db502",
"message": "VHPI: Support accessing 9-state values\n\nSupport, and test, accessing 9-state values (`std_ulogic`) when VHPI is\nused.\n\nDocument a bit more clearly what VPI on GHDL means for the end-user.",
"timestamp": "2024-12-13T10:27:01+01:00",
"tree_id": "463316d8a82891055a48f7240246102d48152f99",
"url": "https://github.com/cocotb/cocotb/commit/c8ec8b2e110b3181a7b95dfe576a9467e82db502"
},
"date": 1734082229116,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.13870052047488488,
"unit": "iter/sec",
"range": "stddev: 0.03731463468497206",
"extra": "mean: 7.209778280399997 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.19820335422882854,
"unit": "iter/sec",
"range": "stddev: 0.02716261552962883",
"extra": "mean: 5.045323293799993 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit f0d3aa0

Please sign in to comment.