mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-11 14:41:50 +00:00
tint: Add a benchmark for atan2 const eval
And increase the test runner timeout from 30s to 2min. FXC really doesn't like this shader, however I expect this to be made much faster once constant evaluation for atan2 is implemented. Change-Id: Id8a8ba97b5a99a2f94633a0732300a35ba6dc1c3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/96401 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
73a5a716b5
commit
056f97a9e5
@@ -39,7 +39,7 @@ import (
|
||||
type outputFormat string
|
||||
|
||||
const (
|
||||
testTimeout = 30 * time.Second
|
||||
testTimeout = 2 * time.Minute
|
||||
|
||||
glsl = outputFormat("glsl")
|
||||
hlsl = outputFormat("hlsl")
|
||||
|
||||
Reference in New Issue
Block a user