-
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 f2fb4e2a4f979a01656c175eb…
…cfada5db36efe14
- Loading branch information
github-action-benchmark
committed
Mar 22, 2024
1 parent
9f35122
commit f9e9c30
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": 1711068947626, | ||
"lastUpdate": 1711088333205, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -5498,6 +5498,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 8.247915578200002 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Colin Marquardt", | ||
"username": "cmarqu" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "f2fb4e2a4f979a01656c175ebcfada5db36efe14", | ||
"message": "Fix small doc linking problems (#3800)", | ||
"timestamp": "2024-03-22T07:14:54+01:00", | ||
"tree_id": "22bbddb8706778eba70b1e34ac2bb4db78bb2531", | ||
"url": "https://github.com/cocotb/cocotb/commit/f2fb4e2a4f979a01656c175ebcfada5db36efe14" | ||
}, | ||
"date": 1711088332961, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.10164128128904708, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.037485739080440277", | ||
"extra": "mean: 9.8385221764 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.12096167183589243, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.07092735502008676", | ||
"extra": "mean: 8.267081504599991 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|