Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for fb7cbf6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 3, 2024
1 parent 58e6376 commit f4bed1e
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": 1725393108797,
"lastUpdate": 1725394873858,
"repoUrl": "https://github.com/shader-slang/slang-material-modules-benchmark",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -236,6 +236,63 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "unknown"
},
"committer": {
"email": "[email protected]",
"name": "unknown"
},
"distinct": true,
"id": "fb7cbf645ed758add772696984d1e20b6a61a2fe",
"message": "Increasing sample count for push benchmark pipeline\n\nhttps://github.com/shader-slang/slang/commit/8b11cdc910f0b15fc14dec442b34548d7fbc79d6",
"timestamp": "2024-09-03T13:21:02-07:00",
"tree_id": "b0bce2a947542af11a164f7565a40de9388cdb77",
"url": "https://github.com/shader-slang/slang-material-modules-benchmark/commit/fb7cbf645ed758add772696984d1e20b6a61a2fe"
},
"date": 1725394873548,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "closesthit : mono : dxil",
"value": 3167.375,
"unit": "milliseconds"
},
{
"name": "anyhit : mono : dxil",
"value": 834.8125,
"unit": "milliseconds"
},
{
"name": "shadow : mono : dxil",
"value": 822.4375,
"unit": "milliseconds"
},
{
"name": "closesthit : module : dxil",
"value": 3153.0625,
"unit": "milliseconds"
},
{
"name": "anyhit : module : dxil",
"value": 822,
"unit": "milliseconds"
},
{
"name": "shadow : module : dxil",
"value": 831.1875,
"unit": "milliseconds"
},
{
"name": "precompilation : dxil",
"value": 933.75,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit f4bed1e

Please sign in to comment.