Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for c4444cf
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 20, 2024
1 parent 4256d66 commit f68ad16
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": 1726795921764,
"lastUpdate": 1726865878386,
"repoUrl": "https://github.com/shader-slang/slang-material-modules-benchmark",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -1313,6 +1313,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": "c4444cfe801b2c0bb88ffe5c9f6ffd106258af38",
"message": "Add documentation for this repository",
"timestamp": "2024-09-20T13:57:33-07:00",
"tree_id": "afa40e3add21e14c1b61ea57ffe3c09a4d221a61",
"url": "https://github.com/shader-slang/slang-material-modules-benchmark/commit/c4444cfe801b2c0bb88ffe5c9f6ffd106258af38"
},
"date": 1726865877521,
"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 f68ad16

Please sign in to comment.