Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 4a4f9144593829286b1b7878f…
Browse files Browse the repository at this point in the history
…72b03cdf25e381a
  • Loading branch information
github-action-benchmark committed Jun 11, 2024
1 parent 60e6296 commit cd49526
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": 1718059372861,
"lastUpdate": 1718123179398,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -7510,6 +7510,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 7.8537512978 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "ogre",
"username": "olagrottvik"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "4a4f9144593829286b1b7878f72b03cdf25e381a",
"message": "Add support for VHDL libraries in Riviera-PRO Makefile (#3922)\n\nCo-authored-by: Ola Groettvik <[email protected]>",
"timestamp": "2024-06-11T10:22:04-06:00",
"tree_id": "d638529061e5c016b0407d129cd2872cad73077f",
"url": "https://github.com/cocotb/cocotb/commit/4a4f9144593829286b1b7878f72b03cdf25e381a"
},
"date": 1718123179158,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.09835092495394329,
"unit": "iter/sec",
"range": "stddev: 0.0603952022743246",
"extra": "mean: 10.1676725508 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.1259203378382101,
"unit": "iter/sec",
"range": "stddev: 0.08558037684134162",
"extra": "mean: 7.941528883800004 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit cd49526

Please sign in to comment.