[libc] Make benchmark boxplots transparent.

So that the configuration box does not make a part of the plot invisible.

Reviewers: sivachandra

Differential Revision: https://reviews.llvm.org/D85953

GitOrigin-RevId: 25d759c143ce0cd82928ff5e3713d48f31ee5696
diff --git a/benchmarks/render.py3 b/benchmarks/render.py3
index f8c321f..688bf7e 100644
--- a/benchmarks/render.py3
+++ b/benchmarks/render.py3
@@ -149,7 +149,7 @@
             horizontalalignment="right",
             multialignment="left",
             fontsize="small",
-            bbox=dict(boxstyle="round", facecolor="wheat"))
+            bbox=dict(boxstyle="round", facecolor="wheat", alpha=0.5))
 
     axes = plt.gca()
     axes.set_title(get_title(get_host(jsons)))