Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for fae8387
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 15, 2024
1 parent 2ae0d58 commit 000ad69
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": 1723680622608,
"lastUpdate": 1723681091224,
"repoUrl": "https://github.com/shader-slang/slang-material-modules-benchmark",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -122,6 +122,65 @@ window.BENCHMARK_DATA = {
},
{}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Venkataram Sivaram",
"username": "venkataram-nv"
},
"committer": {
"email": "[email protected]",
"name": "venkataram-nv",
"username": "venkataram-nv"
},
"distinct": true,
"id": "fae83877ada37912fae457fc1934c52bef8ebbdd",
"message": "GitHub action benchmark (#4804)\n\nhttps://github.com/shader-slang/slang/commit/f4ff4236e1eb80a8274b219d6e4c3813c15be9cd",
"timestamp": "2024-08-14T17:14:39-07:00",
"tree_id": "b038176b0ac2f92e63579d2d5932c7eef38c0b1c",
"url": "https://github.com/shader-slang/slang-material-modules-benchmark/commit/fae83877ada37912fae457fc1934c52bef8ebbdd"
},
"date": 1723681090297,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "closesthit : module : dxil",
"value": 3722,
"unit": "milliseconds"
},
{
"name": "anyhit : module : dxil",
"value": 687,
"unit": "milliseconds"
},
{
"name": "shadow : module : dxil",
"value": 665,
"unit": "milliseconds"
},
{
"name": "closesthit : mono : dxil",
"value": 4180,
"unit": "milliseconds"
},
{
"name": "anyhit : mono : dxil",
"value": 1342,
"unit": "milliseconds"
},
{
"name": "shadow : mono : dxil",
"value": 1264,
"unit": "milliseconds"
},
{
"name": "precompilation : dxil",
"value": 2983,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit 000ad69

Please sign in to comment.