Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 519239c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 16, 2025
1 parent 05500b2 commit 68d93aa
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": 1736988719107,
"lastUpdate": 1737009429946,
"repoUrl": "https://github.com/shader-slang/slang-material-modules-benchmark",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -16426,6 +16426,63 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "unknown"
},
"committer": {
"email": "[email protected]",
"name": "unknown"
},
"distinct": true,
"id": "519239c8ad1f4ac34ae202aae9832b832d796364",
"message": "Inline global constants that contains opaque handles for legalization. (#6098)\n\nhttps://github.com/shader-slang/slang/commit/387f2be1e48a805ef0da34510a5ae0ebc0ba9c3e",
"timestamp": "2025-01-15T22:36:55-08:00",
"tree_id": "ad30252e1ce3beaca819055d8d8f4deae73c9720",
"url": "https://github.com/shader-slang/slang-material-modules-benchmark/commit/519239c8ad1f4ac34ae202aae9832b832d796364"
},
"date": 1737009429285,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "closesthit : mono : dxil",
"value": 1887.1875,
"unit": "milliseconds"
},
{
"name": "anyhit : mono : dxil",
"value": 492.9375,
"unit": "milliseconds"
},
{
"name": "shadow : mono : dxil",
"value": 495.1875,
"unit": "milliseconds"
},
{
"name": "closesthit : module : dxil",
"value": 1856.875,
"unit": "milliseconds"
},
{
"name": "anyhit : module : dxil",
"value": 492.8125,
"unit": "milliseconds"
},
{
"name": "shadow : module : dxil",
"value": 491.875,
"unit": "milliseconds"
},
{
"name": "precompilation : dxil",
"value": 583.25,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit 68d93aa

Please sign in to comment.