-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add AmpForm benchmark results (pytest) benchmark result for edb2be5
- Loading branch information
github-action-benchmark
committed
Sep 11, 2024
1 parent
efb894e
commit 85a6aeb
Showing
1 changed file
with
32 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": 1723043135905, | ||
"lastUpdate": 1726019425275, | ||
"repoUrl": "https://github.com/ComPWA/ampform", | ||
"entries": { | ||
"AmpForm benchmark results": [ | ||
|
@@ -188,6 +188,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 435.2592430000044 msec\nrounds: 2" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Remco de Boer", | ||
"username": "redeboer" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "edb2be573c694fa8e6bf81b8725840b156e90573", | ||
"message": "MAINT: autoupdate constraints and pre-commit config (#436)\n\n* FIX: relink mpl-interactions API\r\n* MAINT: address Ruff issues\r\n* MAINT: apply fixes by pre-commit hooks\r\n* MAINT: write `sphinx-build` flags full\r\n\r\n---------\r\n\r\nCo-authored-by: GitHub <[email protected]>", | ||
"timestamp": "2024-09-10T21:49:50-04:00", | ||
"tree_id": "e6df43c2c32c4e5322c9d2be1cae8aea9d879677", | ||
"url": "https://github.com/ComPWA/ampform/commit/edb2be573c694fa8e6bf81b8725840b156e90573" | ||
}, | ||
"date": 1726019425033, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "benchmarks/doit_speed.py::test_doit_speed", | ||
"value": 2.289464142778281, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.036606204591277405", | ||
"extra": "mean: 436.7834295000108 msec\nrounds: 2" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|