Skip to content

Commit

Permalink
add Benchmark Results (julia) benchmark result for 75eb334
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jun 7, 2024
1 parent 05ff90e commit c5e535b
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1717630606412,
"lastUpdate": 1717719819682,
"repoUrl": "https://github.com/TuringLang/AdvancedVI.jl",
"entries": {
"Benchmark Results": [
Expand Down Expand Up @@ -38,6 +38,42 @@ window.BENCHMARK_DATA = {
"extra": "gctime=7583095\nmemory=89006704\nallocs=1881679\nparams={\"gctrial\":true,\"time_tolerance\":0.05,\"evals_set\":false,\"samples\":10000,\"evals\":1,\"gcsample\":false,\"seconds\":5,\"overhead\":0,\"memory_tolerance\":0.01}"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Kyurae Kim",
"username": "Red-Portal"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "75eb334a31a4ff1036501d1f9d8d8ed4b327fde6",
"message": "remove signature with user-defined restructure (#64)",
"timestamp": "2024-06-07T01:21:07+01:00",
"tree_id": "c6b799c4dff0b474b04759534fce8930d5bad550",
"url": "https://github.com/TuringLang/AdvancedVI.jl/commit/75eb334a31a4ff1036501d1f9d8d8ed4b327fde6"
},
"date": 1717719818784,
"tool": "julia",
"benches": [
{
"name": "normal + bijector/meanfield/ForwardDiff",
"value": 498137471,
"unit": "ns",
"extra": "gctime=31567906\nmemory=851982592\nallocs=3233671\nparams={\"gctrial\":true,\"time_tolerance\":0.05,\"evals_set\":false,\"samples\":10000,\"evals\":1,\"gcsample\":false,\"seconds\":5,\"overhead\":0,\"memory_tolerance\":0.01}"
},
{
"name": "normal + bijector/meanfield/ReverseDiff",
"value": 141700614.5,
"unit": "ns",
"extra": "gctime=8378886.5\nmemory=89566656\nallocs=1899672\nparams={\"gctrial\":true,\"time_tolerance\":0.05,\"evals_set\":false,\"samples\":10000,\"evals\":1,\"gcsample\":false,\"seconds\":5,\"overhead\":0,\"memory_tolerance\":0.01}"
}
]
}
]
}
Expand Down

0 comments on commit c5e535b

Please sign in to comment.