google / gematria

Machine learning for machine code.
Apache License 2.0
70 stars 11 forks source link

Fix tuple capitalization in benchmark_bbs_lib #207

Closed boomanaiden154 closed 2 weeks ago

boomanaiden154 commented 2 weeks ago

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.