Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for dfa0351
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 16, 2025
1 parent 68d93aa commit ef0dbe6
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": 1737009429946,
"lastUpdate": 1737013659094,
"repoUrl": "https://github.com/shader-slang/slang-material-modules-benchmark",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -16483,6 +16483,63 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "unknown"
},
"committer": {
"email": "[email protected]",
"name": "unknown"
},
"distinct": true,
"id": "dfa035181adf60231d5544aa040b0f850acb94a1",
"message": "Fix argument buffer tier2 layout computation. (#6101)\n\nhttps://github.com/shader-slang/slang/commit/edf5e9f97015a09fa0f2bed58d6a04744992d23f",
"timestamp": "2025-01-15T23:47:28-08:00",
"tree_id": "48381287db6dcaf6bfbf82f8348fbafb988251fb",
"url": "https://github.com/shader-slang/slang-material-modules-benchmark/commit/dfa035181adf60231d5544aa040b0f850acb94a1"
},
"date": 1737013658654,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "closesthit : mono : dxil",
"value": 1884.4375,
"unit": "milliseconds"
},
{
"name": "anyhit : mono : dxil",
"value": 492.375,
"unit": "milliseconds"
},
{
"name": "shadow : mono : dxil",
"value": 492.3125,
"unit": "milliseconds"
},
{
"name": "closesthit : module : dxil",
"value": 1859.125,
"unit": "milliseconds"
},
{
"name": "anyhit : module : dxil",
"value": 489.5,
"unit": "milliseconds"
},
{
"name": "shadow : module : dxil",
"value": 491.875,
"unit": "milliseconds"
},
{
"name": "precompilation : dxil",
"value": 581.9375,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit ef0dbe6

Please sign in to comment.