Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for e56cd43
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 7, 2025
1 parent 47530c5 commit 03f9c0a
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": 1738920257961,
"lastUpdate": 1738923816506,
"repoUrl": "https://github.com/shader-slang/slang-material-modules-benchmark",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -19846,6 +19846,63 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "unknown"
},
"committer": {
"email": "[email protected]",
"name": "unknown"
},
"distinct": true,
"id": "e56cd433776649790c85391a02b9465d61f762ef",
"message": "slang-rhi cmake integration (#6261)\n\nhttps://github.com/shader-slang/slang/commit/8d47910e9a49267829ba01c23f5a784fdae431ba",
"timestamp": "2025-02-07T02:23:24-08:00",
"tree_id": "a8f5112a40cbce6fe9664b9c48580c11208aaef9",
"url": "https://github.com/shader-slang/slang-material-modules-benchmark/commit/e56cd433776649790c85391a02b9465d61f762ef"
},
"date": 1738923815888,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "closesthit : mono : dxil",
"value": 1922.375,
"unit": "milliseconds"
},
{
"name": "anyhit : mono : dxil",
"value": 531.9375,
"unit": "milliseconds"
},
{
"name": "shadow : mono : dxil",
"value": 531.0625,
"unit": "milliseconds"
},
{
"name": "closesthit : module : dxil",
"value": 1910.125,
"unit": "milliseconds"
},
{
"name": "anyhit : module : dxil",
"value": 528.8125,
"unit": "milliseconds"
},
{
"name": "shadow : module : dxil",
"value": 526.125,
"unit": "milliseconds"
},
{
"name": "precompilation : dxil",
"value": 686.0625,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit 03f9c0a

Please sign in to comment.