Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for b3f0cab
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 17, 2025
1 parent bc89519 commit 256bbfd
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": 1737053384650,
"lastUpdate": 1737077140919,
"repoUrl": "https://github.com/shader-slang/slang-material-modules-benchmark",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -16597,6 +16597,63 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "unknown"
},
"committer": {
"email": "[email protected]",
"name": "unknown"
},
"distinct": true,
"id": "b3f0cab1d23d91307165f08e3841e2e9e1fa086c",
"message": "Fix cyclic lookups with UnscopedEnums (#6110)\n\nhttps://github.com/shader-slang/slang/commit/d3ad6bb4997d3b7ba2dc9653a2d5f7dc965b150f",
"timestamp": "2025-01-16T17:25:28-08:00",
"tree_id": "abf20be5ed4dad241dfa02b6e36e541d057ba535",
"url": "https://github.com/shader-slang/slang-material-modules-benchmark/commit/b3f0cab1d23d91307165f08e3841e2e9e1fa086c"
},
"date": 1737077140386,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "closesthit : mono : dxil",
"value": 1863.625,
"unit": "milliseconds"
},
{
"name": "anyhit : mono : dxil",
"value": 489.5,
"unit": "milliseconds"
},
{
"name": "shadow : mono : dxil",
"value": 489.5,
"unit": "milliseconds"
},
{
"name": "closesthit : module : dxil",
"value": 1853.4375,
"unit": "milliseconds"
},
{
"name": "anyhit : module : dxil",
"value": 489,
"unit": "milliseconds"
},
{
"name": "shadow : module : dxil",
"value": 495.6875,
"unit": "milliseconds"
},
{
"name": "precompilation : dxil",
"value": 578.3125,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit 256bbfd

Please sign in to comment.