Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 98c31e425cd7a275a992bad69…
Browse files Browse the repository at this point in the history
…e84827eb4a6b4b8
  • Loading branch information
github-action-benchmark committed Mar 3, 2024
1 parent 81e9dd8 commit 756830c
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": 1709344553710,
"lastUpdate": 1709481381537,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -4738,6 +4738,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 8.225925397399896 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Marlon James",
"username": "marlonjames"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "98c31e425cd7a275a992bad69e84827eb4a6b4b8",
"message": "Docs: Update Verilator support section for minimum supported version of 5.022 (#3740)",
"timestamp": "2024-03-03T07:51:53-08:00",
"tree_id": "4b2f4a1dabbc88a23b396803a86755102e267f22",
"url": "https://github.com/cocotb/cocotb/commit/98c31e425cd7a275a992bad69e84827eb4a6b4b8"
},
"date": 1709481381200,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.10046690536695434,
"unit": "iter/sec",
"range": "stddev: 0.10504398322007111",
"extra": "mean: 9.953526450799995 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.12072639998862902,
"unit": "iter/sec",
"range": "stddev: 0.1130011273576987",
"extra": "mean: 8.283192409399998 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 756830c

Please sign in to comment.