This patch fixes capitalization of tuple in benchmark_bbs_lib. In a patch update, we switched from Tuple to tuple (import from typing to the standard python builtin), but I forgot to update one of the types, which causes build failures locally.
The build failures did not occur in CI due to the test requiring perf counters to pass.
This patch fixes capitalization of tuple in benchmark_bbs_lib. In a patch update, we switched from Tuple to tuple (import from typing to the standard python builtin), but I forgot to update one of the types, which causes build failures locally.
The build failures did not occur in CI due to the test requiring perf counters to pass.