Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 724060b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 20, 2024
1 parent f68ad16 commit 5eb52ef
Showing 1 changed file with 60 additions and 1 deletion.
61 changes: 60 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": 1726865878386,
"lastUpdate": 1726868425150,
"repoUrl": "https://github.com/shader-slang/slang-material-modules-benchmark",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -1372,6 +1372,65 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Venkataram Sivaram",
"username": "venkataram-nv"
},
"committer": {
"email": "[email protected]",
"name": "Venkataram Sivaram",
"username": "venkataram-nv"
},
"distinct": true,
"id": "724060b86e6490490565e363209982bccd186df7",
"message": "Add instructions for running the benchmark locally",
"timestamp": "2024-09-20T14:40:03-07:00",
"tree_id": "a85eae05ed792c17ca527df8fbacaf9d98153c08",
"url": "https://github.com/shader-slang/slang-material-modules-benchmark/commit/724060b86e6490490565e363209982bccd186df7"
},
"date": 1726868424881,
"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 5eb52ef

Please sign in to comment.