Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 57b016a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 18, 2024
1 parent 2908982 commit fd232b9
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": 1726674372962,
"lastUpdate": 1726694870533,
"repoUrl": "https://github.com/shader-slang/slang-material-modules-benchmark",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -800,6 +800,63 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "unknown"
},
"committer": {
"email": "[email protected]",
"name": "unknown"
},
"distinct": true,
"id": "57b016af6d89a03faa439ab905aef56b5a21a93d",
"message": "Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)\n\nhttps://github.com/shader-slang/slang/commit/2d83875f4b376f047c4541a6f6c13d36e5aa228b",
"timestamp": "2024-09-18T14:27:37-07:00",
"tree_id": "c5d6cad396dee7046770238862d940fc0ef63ae7",
"url": "https://github.com/shader-slang/slang-material-modules-benchmark/commit/57b016af6d89a03faa439ab905aef56b5a21a93d"
},
"date": 1726694869618,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "closesthit : mono : dxil",
"value": 1807.3125,
"unit": "milliseconds"
},
{
"name": "anyhit : mono : dxil",
"value": 490.4375,
"unit": "milliseconds"
},
{
"name": "shadow : mono : dxil",
"value": 489.8125,
"unit": "milliseconds"
},
{
"name": "closesthit : module : dxil",
"value": 1791.75,
"unit": "milliseconds"
},
{
"name": "anyhit : module : dxil",
"value": 486,
"unit": "milliseconds"
},
{
"name": "shadow : module : dxil",
"value": 486.75,
"unit": "milliseconds"
},
{
"name": "precompilation : dxil",
"value": 590.25,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit fd232b9

Please sign in to comment.