-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (pytest) benchmark result for 39fbb9169a7588681757ecdc2…
…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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|