Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 32f9940
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 19, 2024
1 parent f129fd3 commit 7ce5570
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": 1726737582659,
"lastUpdate": 1726760338873,
"repoUrl": "https://github.com/shader-slang/slang-material-modules-benchmark",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -1085,6 +1085,63 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "unknown"
},
"committer": {
"email": "[email protected]",
"name": "unknown"
},
"distinct": true,
"id": "32f994067411afdef78489118bf721a5c4934c9b",
"message": "refactor render test to use latest slang-rhi (#5119)\n\nhttps://github.com/shader-slang/slang/commit/3861be7ce5bd3ffc1bc60f2c3f7f41647145d575",
"timestamp": "2024-09-19T08:38:47-07:00",
"tree_id": "7c446f80f0c1a4687fda5a5810c50c3bfac5430f",
"url": "https://github.com/shader-slang/slang-material-modules-benchmark/commit/32f994067411afdef78489118bf721a5c4934c9b"
},
"date": 1726760338427,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "closesthit : mono : dxil",
"value": 1799.5625,
"unit": "milliseconds"
},
{
"name": "anyhit : mono : dxil",
"value": 489.0625,
"unit": "milliseconds"
},
{
"name": "shadow : mono : dxil",
"value": 490.25,
"unit": "milliseconds"
},
{
"name": "closesthit : module : dxil",
"value": 1788.8125,
"unit": "milliseconds"
},
{
"name": "anyhit : module : dxil",
"value": 487.0625,
"unit": "milliseconds"
},
{
"name": "shadow : module : dxil",
"value": 488.0625,
"unit": "milliseconds"
},
{
"name": "precompilation : dxil",
"value": 589.875,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit 7ce5570

Please sign in to comment.