Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 26a5e7c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 14, 2024
1 parent 328f801 commit 92bbc7e
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": 1728653062291,
"lastUpdate": 1728888376835,
"repoUrl": "https://github.com/shader-slang/slang-material-modules-benchmark",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -2742,6 +2742,63 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "unknown"
},
"committer": {
"email": "[email protected]",
"name": "unknown"
},
"distinct": true,
"id": "26a5e7c60b0a5fb7db6210a50e0e024ff849437a",
"message": "Fix race condition for building stdlib headers (#5272)\n\nhttps://github.com/shader-slang/slang/commit/3b12b66a45fa48131eee181731682a02a72d54e6",
"timestamp": "2024-10-13T23:46:06-07:00",
"tree_id": "a94e45d7af2073dc12d1ecc1a575bbe880cedca5",
"url": "https://github.com/shader-slang/slang-material-modules-benchmark/commit/26a5e7c60b0a5fb7db6210a50e0e024ff849437a"
},
"date": 1728888376541,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "closesthit : mono : dxil",
"value": 1809.875,
"unit": "milliseconds"
},
{
"name": "anyhit : mono : dxil",
"value": 489.625,
"unit": "milliseconds"
},
{
"name": "shadow : mono : dxil",
"value": 489.5,
"unit": "milliseconds"
},
{
"name": "closesthit : module : dxil",
"value": 1781.5,
"unit": "milliseconds"
},
{
"name": "anyhit : module : dxil",
"value": 489.625,
"unit": "milliseconds"
},
{
"name": "shadow : module : dxil",
"value": 492.5,
"unit": "milliseconds"
},
{
"name": "precompilation : dxil",
"value": 593.3125,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit 92bbc7e

Please sign in to comment.