-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Dark matter-only subhalos benchmarks (customSmallerIsBetter) benc…
…hmark result for 3c8c988
- Loading branch information
github-action-benchmark
committed
Dec 4, 2023
1 parent
bc7a26e
commit 8930ac0
Showing
1 changed file
with
40 additions
and
38 deletions.
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,45 +1,8 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1701733336266, | ||
"lastUpdate": 1701733343973, | ||
"repoUrl": "https://github.com/galacticusorg/galacticus", | ||
"entries": { | ||
"Dark matter-only subhalos benchmarks": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "Andrew Benson", | ||
"username": "abensonca", | ||
"email": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "Andrew Benson", | ||
"username": "abensonca", | ||
"email": "[email protected]" | ||
}, | ||
"id": "9a481bc04207a47828a92ae6485f377a2f2794fa", | ||
"message": "feat: Refactor density, spherically-averaged-density, and surface density in `galacticStructure` class\n\nThese now make use of the `massDistribution` object.", | ||
"timestamp": "2023-03-23T21:52:10Z", | ||
"url": "https://github.com/galacticusorg/galacticus/commit/9a481bc04207a47828a92ae6485f377a2f2794fa" | ||
}, | ||
"date": 1679619750858, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Dark Matter Only Subhalos - Likelihood - subhaloMassFunction", | ||
"value": 57.235741215839, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Dark Matter Only Subhalos - Likelihood - subhaloRadialDistribution", | ||
"value": 25.7337765334936, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Dark Matter Only Subhalos - Likelihood - subhaloVelocityMaximumMean", | ||
"value": 25102.793154175, | ||
"unit": "-logℒ" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -8768,6 +8731,45 @@ window.BENCHMARK_DATA = { | |
"range": 0.0651889561197301 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Andrew Benson", | ||
"username": "abensonca" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Andrew Benson", | ||
"username": "abensonca" | ||
}, | ||
"distinct": true, | ||
"id": "3c8c9887321041b96ff0eb07f87090ec375bc042", | ||
"message": "fix: Revert incorrectly committed code", | ||
"timestamp": "2023-12-04T13:19:10-08:00", | ||
"tree_id": "8f1b01cd479346b1dea9a0db53dfd4747b137a17", | ||
"url": "https://github.com/galacticusorg/galacticus/commit/3c8c9887321041b96ff0eb07f87090ec375bc042" | ||
}, | ||
"date": 1701733342777, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Dark Matter Only Subhalos - Likelihood - subhaloMassFunction", | ||
"value": 58.5946207352462, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Dark Matter Only Subhalos - Likelihood - subhaloRadialDistribution", | ||
"value": 26.1763665565697, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Dark Matter Only Subhalos - Likelihood - subhaloVelocityMaximumMean", | ||
"value": 23958.5193682761, | ||
"unit": "-logℒ" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|