Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 02e0e6e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 19, 2024
1 parent 2f29a96 commit fef792a
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": 1726780423771,
"lastUpdate": 1726788469474,
"repoUrl": "https://github.com/shader-slang/slang-material-modules-benchmark",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -1199,6 +1199,63 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "unknown"
},
"committer": {
"email": "[email protected]",
"name": "unknown"
},
"distinct": true,
"id": "02e0e6e7429fdf211eed24625d1d596db3343bee",
"message": "Synthesize conformance for generic requirements. (#5111)\n\nhttps://github.com/shader-slang/slang/commit/26ca9c5b0657489f82a221c62903cbc802aaa6a0",
"timestamp": "2024-09-19T16:27:39-07:00",
"tree_id": "65f4d8b51996c2392bb27ec963ac6b21242c5de3",
"url": "https://github.com/shader-slang/slang-material-modules-benchmark/commit/02e0e6e7429fdf211eed24625d1d596db3343bee"
},
"date": 1726788469160,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "closesthit : mono : dxil",
"value": 1786.875,
"unit": "milliseconds"
},
{
"name": "anyhit : mono : dxil",
"value": 484.9375,
"unit": "milliseconds"
},
{
"name": "shadow : mono : dxil",
"value": 485.75,
"unit": "milliseconds"
},
{
"name": "closesthit : module : dxil",
"value": 1777.9375,
"unit": "milliseconds"
},
{
"name": "anyhit : module : dxil",
"value": 485.3125,
"unit": "milliseconds"
},
{
"name": "shadow : module : dxil",
"value": 486.25,
"unit": "milliseconds"
},
{
"name": "precompilation : dxil",
"value": 584.375,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit fef792a

Please sign in to comment.