Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 3da515f61bddf58a8eef75704…
Browse files Browse the repository at this point in the history
…1ff1dd6ab17c23f
  • Loading branch information
github-action-benchmark committed Aug 18, 2024
1 parent a2d0445 commit 8f14c27
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": 1723749039946,
"lastUpdate": 1723996037683,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -10359,6 +10359,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 7.173820063999995 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "dev.ktbarrett@gmail.com",
"name": "Kaleb Barrett",
"username": "ktbarrett"
},
"committer": {
"email": "dev.ktbarrett@gmail.com",
"name": "Kaleb Barrett",
"username": "ktbarrett"
},
"distinct": true,
"id": "3da515f61bddf58a8eef757041ff1dd6ab17c23f",
"message": "Rename cocotb.sim_time_utils back to cocotb.utils",
"timestamp": "2024-08-18T10:43:17-05:00",
"tree_id": "f5794c64034372fa28e74f9403adae69885e7d97",
"url": "https://github.com/cocotb/cocotb/commit/3da515f61bddf58a8eef757041ff1dd6ab17c23f"
},
"date": 1723996037391,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.10672374914629029,
"unit": "iter/sec",
"range": "stddev: 0.08682724308524206",
"extra": "mean: 9.369985668599986 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.13856934462756904,
"unit": "iter/sec",
"range": "stddev: 0.12427098508015617",
"extra": "mean: 7.2166033742000195 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 8f14c27

Please # to comment.