-
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 139285a694c0b649b5eb2451a…
…507b1bf4f5eaa46
- Loading branch information
github-action-benchmark
committed
Jan 12, 2024
1 parent
f9eb516
commit 3ab2604
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": 1704409405280, | ||
"lastUpdate": 1705064532066, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -3186,6 +3186,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 3.9684488343999873 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "github-actions[bot]@users.noreply.github.com", | ||
"name": "github-actions[bot]", | ||
"username": "github-actions[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Philipp Wagner", | ||
"username": "imphil" | ||
}, | ||
"distinct": true, | ||
"id": "139285a694c0b649b5eb2451a507b1bf4f5eaa46", | ||
"message": "Update pre-commit hooks", | ||
"timestamp": "2024-01-12T13:59:03+01:00", | ||
"tree_id": "62ad6b2009d6768059f34a4531b0603f217f6c08", | ||
"url": "https://github.com/cocotb/cocotb/commit/139285a694c0b649b5eb2451a507b1bf4f5eaa46" | ||
}, | ||
"date": 1705064531836, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.18741551979549448, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.025864593076789226", | ||
"extra": "mean: 5.335737409000001 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.25060347814801714, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.056626929770310766", | ||
"extra": "mean: 3.9903676013999982 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|