Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for d41cf29
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 9, 2025
1 parent b1b520f commit 3724d4f
Showing 1 changed file with 58 additions and 1 deletion.
59 changes: 58 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": 1736439893963,
"lastUpdate": 1736460940828,
"repoUrl": "https://github.com/shader-slang/slang-material-modules-benchmark",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -15742,6 +15742,63 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "unknown"
},
"committer": {
"email": "[email protected]",
"name": "unknown"
},
"distinct": true,
"id": "d41cf29cc1a2ef2e898f184d79f34ec172c1a815",
"message": "[Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for differentiable functions (#5866)\n\nhttps://github.com/shader-slang/slang/commit/87f00a36a123e36b415eeea82e02a8366cc5b881",
"timestamp": "2025-01-09T14:15:26-08:00",
"tree_id": "42d4035f41c9a533bf873b27a4bb9a20ac35a3e3",
"url": "https://github.com/shader-slang/slang-material-modules-benchmark/commit/d41cf29cc1a2ef2e898f184d79f34ec172c1a815"
},
"date": 1736460939724,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "closesthit : mono : dxil",
"value": 1877.5,
"unit": "milliseconds"
},
{
"name": "anyhit : mono : dxil",
"value": 490.8125,
"unit": "milliseconds"
},
{
"name": "shadow : mono : dxil",
"value": 489.25,
"unit": "milliseconds"
},
{
"name": "closesthit : module : dxil",
"value": 1868.125,
"unit": "milliseconds"
},
{
"name": "anyhit : module : dxil",
"value": 486.25,
"unit": "milliseconds"
},
{
"name": "shadow : module : dxil",
"value": 487.6875,
"unit": "milliseconds"
},
{
"name": "precompilation : dxil",
"value": 578.25,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit 3724d4f

Please sign in to comment.