Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 4049bb9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 18, 2024
1 parent 1e20439 commit 83b62dd
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": 1726607643813,
"lastUpdate": 1726628278262,
"repoUrl": "https://github.com/shader-slang/slang-material-modules-benchmark",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -686,6 +686,63 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "unknown"
},
"committer": {
"email": "[email protected]",
"name": "unknown"
},
"distinct": true,
"id": "4049bb9b5c449ed73eacc313ac78bc597237a1e6",
"message": "Fix WGSL frexp and modf that returns a struct (#5096)\n\nhttps://github.com/shader-slang/slang/commit/2f455d3cc825ce8bcf000b2e462159fec81882ab",
"timestamp": "2024-09-17T19:57:47-07:00",
"tree_id": "934bbad94c16782e9836224a675a56e6232b26af",
"url": "https://github.com/shader-slang/slang-material-modules-benchmark/commit/4049bb9b5c449ed73eacc313ac78bc597237a1e6"
},
"date": 1726628277953,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "closesthit : mono : dxil",
"value": 1800.1875,
"unit": "milliseconds"
},
{
"name": "anyhit : mono : dxil",
"value": 480.5625,
"unit": "milliseconds"
},
{
"name": "shadow : mono : dxil",
"value": 480.6875,
"unit": "milliseconds"
},
{
"name": "closesthit : module : dxil",
"value": 1791.6875,
"unit": "milliseconds"
},
{
"name": "anyhit : module : dxil",
"value": 479.75,
"unit": "milliseconds"
},
{
"name": "shadow : module : dxil",
"value": 479.875,
"unit": "milliseconds"
},
{
"name": "precompilation : dxil",
"value": 571.875,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit 83b62dd

Please sign in to comment.