Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 39fbb9169a7588681757ecdc2…
Browse files Browse the repository at this point in the history
…7230f2ff1c7aadc
  • Loading branch information
github-action-benchmark committed Apr 10, 2024
1 parent e7da1dc commit 1d29a3d
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": 1712712713702,
"lastUpdate": 1712765597592,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -6067,6 +6067,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 8.483570080400023 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Kaleb Barrett",
"username": "ktbarrett"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "39fbb9169a7588681757ecdc27230f2ff1c7aadc",
"message": "Deprecate cocotb.runner.Simulator.build verilog_sources and vhdl_sources (#3836)\n\nReplaced with *sources* parameter.",
"timestamp": "2024-04-10T10:09:07-06:00",
"tree_id": "31e0892447e2f30cd0f539a6eb3dd8333308f069",
"url": "https://github.com/cocotb/cocotb/commit/39fbb9169a7588681757ecdc27230f2ff1c7aadc"
},
"date": 1712765597218,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.09973547617838008,
"unit": "iter/sec",
"range": "stddev: 0.15427138576654437",
"extra": "mean: 10.026522540599979 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.11831676266580264,
"unit": "iter/sec",
"range": "stddev: 0.07259467787803511",
"extra": "mean: 8.451887775399996 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 1d29a3d

Please sign in to comment.