-
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 608c08c
- Loading branch information
github-action-benchmark
committed
Oct 18, 2024
1 parent
9d975b9
commit 5dba602
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": 1728662290883, | ||
"lastUpdate": 1729257216793, | ||
"repoUrl": "https://github.com/ComPWA/ampform", | ||
"entries": { | ||
"AmpForm benchmark results": [ | ||
|
@@ -250,6 +250,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 469.56899599999247 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": "608c08c973d0f4b27e92fe0c8ce9c5e5a64807de", | ||
"message": "DX: define developer environment with `uv` (#439)\n\n* DOC: update Binder links\r\n* DX: clean up `tox` configuration\r\n\r\n---------\r\n\r\nCo-authored-by: GitHub <[email protected]>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>", | ||
"timestamp": "2024-10-18T15:13:06+02:00", | ||
"tree_id": "ba141ec37253e5f1698f24a5dca88907b04dbba9", | ||
"url": "https://github.com/ComPWA/ampform/commit/608c08c973d0f4b27e92fe0c8ce9c5e5a64807de" | ||
}, | ||
"date": 1729257216492, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "benchmarks/doit_speed.py::test_doit_speed", | ||
"value": 3.3089562526200083, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.010029879770251385", | ||
"extra": "mean: 302.2101000000248 msec\nrounds: 2" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|