Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 5125a297f8d1890b87e3ded37…
Browse files Browse the repository at this point in the history
…4a076c0b3f5db59
  • Loading branch information
github-action-benchmark committed Jan 2, 2024
1 parent 4ca2286 commit 3dc2515
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": 1704210157612,
"lastUpdate": 1704218454920,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -2768,6 +2768,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 3.677341208600012 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": "5125a297f8d1890b87e3ded374a076c0b3f5db59",
"message": "CI: Enable Xcelium/VHPI testing",
"timestamp": "2024-01-02T18:57:29+01:00",
"tree_id": "45d8c1daadf64c9487aa9a76bcbb284e581ab426",
"url": "https://github.com/cocotb/cocotb/commit/5125a297f8d1890b87e3ded374a076c0b3f5db59"
},
"date": 1704218454596,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.1907171850704939,
"unit": "iter/sec",
"range": "stddev: 0.03235072755202235",
"extra": "mean: 5.2433659800000445 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.25525169708722384,
"unit": "iter/sec",
"range": "stddev: 0.04130803917981687",
"extra": "mean: 3.9177016701999947 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 3dc2515

Please sign in to comment.