Skip to content

Commit 0f8c2cd

Browse files
author
github-action-benchmark
committed
add Python Benchmark (pytest) benchmark result for 3b36a9c
1 parent 68713c1 commit 0f8c2cd

File tree

1 file changed

+88
-1
lines changed

1 file changed

+88
-1
lines changed

dev/bench/data.js

Lines changed: 88 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1755303310127,
2+
"lastUpdate": 1758569906679,
33
"repoUrl": "https://github.com/B612-Asteroid-Institute/adam-assist",
44
"entries": {
55
"Python Benchmark": [
@@ -89,6 +89,93 @@ window.BENCHMARK_DATA = {
8989
"extra": "mean: 27.88955057820001 sec\nrounds: 5"
9090
}
9191
]
92+
},
93+
{
94+
"commit": {
95+
"author": {
96+
"email": "akoumjian@users.noreply.github.com",
97+
"name": "Alec Koumjian",
98+
"username": "akoumjian"
99+
},
100+
"committer": {
101+
"email": "noreply@github.com",
102+
"name": "GitHub",
103+
"username": "web-flow"
104+
},
105+
"distinct": true,
106+
"id": "3b36a9c2c8294d7dc89577974ac4e33685a16a14",
107+
"message": "Performance Improvements (#26)\n\n* Removing uneeded dataframes\n\n* adding optimized single orbit function\n\n* Changing hashing to removing string splitting\n\n\n---------\n\nCo-authored-by: Kathleen Kiker <kathleen@b612foundation.org>\nCo-authored-by: Kathleen Kiker <72056544+KatKiker@users.noreply.github.com>",
108+
"timestamp": "2025-09-22T15:09:50-04:00",
109+
"tree_id": "182c4537d41834adfbcbb9ea5dd66691e82f5f2a",
110+
"url": "https://github.com/B612-Asteroid-Institute/adam-assist/commit/3b36a9c2c8294d7dc89577974ac4e33685a16a14"
111+
},
112+
"date": 1758569906324,
113+
"tool": "pytest",
114+
"benches": [
115+
{
116+
"name": "tests/test_benchmarks.py::test_benchmark_propagation_vs_raw",
117+
"value": 0.2639526857390578,
118+
"unit": "iter/sec",
119+
"range": "stddev: 0.033222090867365314",
120+
"extra": "mean: 3.7885577757999953 sec\nrounds: 5"
121+
},
122+
{
123+
"name": "tests/test_benchmarks.py::test_benchmark_ephemeris_generation",
124+
"value": 0.27017977850432223,
125+
"unit": "iter/sec",
126+
"range": "stddev: 0.03430061126546064",
127+
"extra": "mean: 3.701239247199999 sec\nrounds: 5"
128+
},
129+
{
130+
"name": "tests/test_benchmarks.py::test_benchmark_impact_detection",
131+
"value": 0.4725287505463856,
132+
"unit": "iter/sec",
133+
"range": "stddev: 0.0024985787416158213",
134+
"extra": "mean: 2.1162733460000025 sec\nrounds: 5"
135+
},
136+
{
137+
"name": "tests/test_impacts.py::test_calculate_impacts_benchmark_some_impacts[1]",
138+
"value": 0.4694849722539746,
139+
"unit": "iter/sec",
140+
"range": "stddev: 0.025112879088201347",
141+
"extra": "mean: 2.1299936293999964 sec\nrounds: 5"
142+
},
143+
{
144+
"name": "tests/test_impacts.py::test_calculate_impacts_benchmark_some_impacts[2]",
145+
"value": 0.6774940569069519,
146+
"unit": "iter/sec",
147+
"range": "stddev: 0.003925756385831314",
148+
"extra": "mean: 1.476027708000015 sec\nrounds: 5"
149+
},
150+
{
151+
"name": "tests/test_impacts.py::test_calculate_impacts_benchmark_impacts[1]",
152+
"value": 2.004664673473516,
153+
"unit": "iter/sec",
154+
"range": "stddev: 0.003333829316969218",
155+
"extra": "mean: 498.83654519999254 msec\nrounds: 5"
156+
},
157+
{
158+
"name": "tests/test_impacts.py::test_calculate_impacts_benchmark_impacts[2]",
159+
"value": 2.7883046160022933,
160+
"unit": "iter/sec",
161+
"range": "stddev: 0.0052677427633582435",
162+
"extra": "mean: 358.6408723999966 msec\nrounds: 5"
163+
},
164+
{
165+
"name": "tests/test_impacts.py::test_calculate_impacts_benchmark_no_impacts[1]",
166+
"value": 0.021252097055554326,
167+
"unit": "iter/sec",
168+
"range": "stddev: 0.029170416624289083",
169+
"extra": "mean: 47.05417998919997 sec\nrounds: 5"
170+
},
171+
{
172+
"name": "tests/test_impacts.py::test_calculate_impacts_benchmark_no_impacts[2]",
173+
"value": 0.043282291880129435,
174+
"unit": "iter/sec",
175+
"range": "stddev: 0.04212338607365955",
176+
"extra": "mean: 23.10413697060003 sec\nrounds: 5"
177+
}
178+
]
92179
}
93180
]
94181
}

0 commit comments

Comments
 (0)