-
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 9fc6c9e
- Loading branch information
github-action-benchmark
committed
Dec 20, 2024
1 parent
b6614c3
commit 04e0e10
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": 1734702765442, | ||
"lastUpdate": 1734706447732, | ||
"repoUrl": "https://github.com/ComPWA/ampform", | ||
"entries": { | ||
"AmpForm benchmark results": [ | ||
|
@@ -405,6 +405,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 358.9046109999998 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": "9fc6c9e8067c8090eae35d06fbc138ab6156b5c1", | ||
"message": "FIX: update ampform tag in `uv.lock` (#446)", | ||
"timestamp": "2024-12-20T14:53:35Z", | ||
"tree_id": "aec90a48ecb910122a3c9c5aa797e3aabf9ad773", | ||
"url": "https://github.com/ComPWA/ampform/commit/9fc6c9e8067c8090eae35d06fbc138ab6156b5c1" | ||
}, | ||
"date": 1734706447372, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "benchmarks/doit_speed.py::test_doit_speed", | ||
"value": 2.7889487726391042, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0004117242370508321", | ||
"extra": "mean: 358.5580380000053 msec\nrounds: 2" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|