Skip to content

Commit

Permalink
add Benchmark (googlecpp) benchmark result for 6956a4e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 17, 2024
1 parent 5d0c301 commit ed9afd4
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1733710996496,
"lastUpdate": 1734455482223,
"repoUrl": "https://github.com/open-space-collective/open-space-toolkit-astrodynamics",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -56,6 +56,60 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 10\ncpu: 3196688772.7999988 ns\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "35860220+alex-liang3@users.noreply.github.com",
"name": "Alex Liang",
"username": "alex-liang3"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "6956a4e18fabf2a52c0b3aafc7efc7dbc5ef3eb2",
"message": "feat: frozen orbit conditions (#473)\n\n* feat: add method to get coe for frozen orbit\r\n\r\n* feat: add frozen Orbit constructor\r\n\r\n* test: add coe gtest\r\n\r\n* chore: improve error handling\r\n\r\n* refactor: make re, j2, and j3 args\r\n\r\n* test: add tests for orbit\r\n\r\n* chore: bump ostk-physics dependency version\r\n\r\n* test: add python tests\r\n\r\n* perf: loosen criticality requirement\r\n\r\n* style: use camelCase\r\n\r\n* style: add units and long for to var names\r\n\r\n* style: make lambda captures explicit\r\n\r\n* perf: use ostk Arrays\r\n\r\n* test: add more tests\r\n\r\n* doc: add more documentation\r\n\r\n* test: improve tests\r\n\r\n* doc: add docs for Orbit constructor\r\n\r\n* feat: add overloaded ctor for COE\r\n\r\n* test: add test for ctor with Celestial\r\n\r\n* test: add python test\r\n\r\n* perf: use reference\r\n\r\n* chore: fix typos\r\n\r\n* doc: add doc to orbit.hpp\r\n\r\n* test: add negative tests for celestial ctor",
"timestamp": "2024-12-17T13:50:49-03:00",
"tree_id": "b9713c32b18cb97e6bdc8dc001a4df72f7762185",
"url": "https://github.com/open-space-collective/open-space-toolkit-astrodynamics/commit/6956a4e18fabf2a52c0b3aafc7efc7dbc5ef3eb2"
},
"date": 1734455480354,
"tool": "googlecpp",
"benches": [
{
"name": "Access | Ground Station <> TLE/iterations:10",
"value": 584720371.7999946,
"unit": "ns/iter",
"extra": "iterations: 10\ncpu: 584694399.8999999 ns\nthreads: 1"
},
{
"name": "Propagation | Numerical | Spherical/iterations:10",
"value": 881762585.0999889,
"unit": "ns/iter",
"extra": "iterations: 10\ncpu: 881722342.2000002 ns\nthreads: 1"
},
{
"name": "Propagation | Numerical | EGM1984 {100, 100}/iterations:10",
"value": 3175390347.0000067,
"unit": "ns/iter",
"extra": "iterations: 10\ncpu: 3175295313.600001 ns\nthreads: 1"
},
{
"name": "Propagation | Numerical | EGM1996 {100, 100}/iterations:10",
"value": 3174495148.300002,
"unit": "ns/iter",
"extra": "iterations: 10\ncpu: 3174368380.999999 ns\nthreads: 1"
},
{
"name": "Propagation | Numerical | EGM2008 {100, 100}/iterations:10",
"value": 3175764644.300011,
"unit": "ns/iter",
"extra": "iterations: 10\ncpu: 3175667149.8999968 ns\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit ed9afd4

Please sign in to comment.