Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 38a54b5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 20, 2024
1 parent fef792a commit 4256d66
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": 1726788469474,
"lastUpdate": 1726795921764,
"repoUrl": "https://github.com/shader-slang/slang-material-modules-benchmark",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -1256,6 +1256,63 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "unknown"
},
"committer": {
"email": "[email protected]",
"name": "unknown"
},
"distinct": true,
"id": "38a54b5ae401c0deeb5f83610499a1bacbe52202",
"message": "Add diagnostic to verify the left hand side of a generic constraint. (#5112)\n\nhttps://github.com/shader-slang/slang/commit/b4c851fb1419f869bddaa08487f58376bc0a7144",
"timestamp": "2024-09-19T18:31:48-07:00",
"tree_id": "aa733dec332de34f6ce362b27d5c169307e7c8a3",
"url": "https://github.com/shader-slang/slang-material-modules-benchmark/commit/38a54b5ae401c0deeb5f83610499a1bacbe52202"
},
"date": 1726795920959,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "closesthit : mono : dxil",
"value": 1867.625,
"unit": "milliseconds"
},
{
"name": "anyhit : mono : dxil",
"value": 488.875,
"unit": "milliseconds"
},
{
"name": "shadow : mono : dxil",
"value": 489.25,
"unit": "milliseconds"
},
{
"name": "closesthit : module : dxil",
"value": 1792.4375,
"unit": "milliseconds"
},
{
"name": "anyhit : module : dxil",
"value": 487,
"unit": "milliseconds"
},
{
"name": "shadow : module : dxil",
"value": 488.625,
"unit": "milliseconds"
},
{
"name": "precompilation : dxil",
"value": 590.0625,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit 4256d66

Please sign in to comment.