-
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 c05526e6ee9ce70e7d8bad209…
…21c54d5e0cfd0d1
- Loading branch information
github-action-benchmark
committed
Jan 1, 2024
1 parent
9352a85
commit 648190d
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": 1703795839467, | ||
"lastUpdate": 1704121292298, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -2616,6 +2616,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 4.037103898800024 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Philipp Wagner", | ||
"username": "imphil" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Philipp Wagner", | ||
"username": "imphil" | ||
}, | ||
"distinct": true, | ||
"id": "c05526e6ee9ce70e7d8bad20921c54d5e0cfd0d1", | ||
"message": "CI: Fix artifact upload\n\nhttps://github.com/cocotb/cocotb/pull/3593 updated the version of\nactions/upload-artifact from 3 to 4, but didn't perform the migration as\ndescribed at\nhttps://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md.\nDo that to fix the broken release CI.", | ||
"timestamp": "2024-01-01T15:58:34+01:00", | ||
"tree_id": "cf2c98dda07ead1850ab237ea22a9ce98196a6ba", | ||
"url": "https://github.com/cocotb/cocotb/commit/c05526e6ee9ce70e7d8bad20921c54d5e0cfd0d1" | ||
}, | ||
"date": 1704121291961, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.18660904539027748, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.041377040738572804", | ||
"extra": "mean: 5.358797039599994 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.25228880759493294, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.028287673003891792", | ||
"extra": "mean: 3.9637113098000327 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|