Addressed PR comments.
diff --git a/benchmarks/compare.py b/benchmarks/compare.py
index 55ed699..8c27ea7 100755
--- a/benchmarks/compare.py
+++ b/benchmarks/compare.py
@@ -81,8 +81,8 @@
print("{} {} {} ns/op".format(*values), file=f)
Run("sort {} -o {} ".format(txt_filename, txt_filename))
- Run("CC=clang bazel build -c opt --copt=-g --copt=-march=native tests:conformance_upb" + extra_args)
- Run("cp -f bazel-bin/tests/conformance_upb {}.bin".format(outbase))
+ Run("CC=clang bazel build -c opt --copt=-g --copt=-march=native :conformance_upb" + extra_args)
+ Run("cp -f bazel-bin/conformance_upb {}.bin".format(outbase))
baseline = "main"