Add missing benchmark test.

There is a benchmark test for builtin_value which was not added
into the benchmark code. This cl adds the missing test.

Change-Id: I6fc0eee0a50cad31f516024125be11e434df0ac0
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/108461
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
dan sinclair 2022-11-03 19:37:49 +00:00 committed by Dawn LUCI CQ
parent 8fa6c25b78
commit 6590cc4fd9
1 changed files with 1 additions and 0 deletions

View File

@ -1364,6 +1364,7 @@ if(TINT_BUILD_BENCHMARKS)
set(TINT_BENCHMARK_SRC
"castable_bench.cc"
"ast/builtin_value_bench.cc"
"ast/extension_bench.cc"
"ast/address_space_bench.cc"
"ast/texel_format_bench.cc"