aboutsummaryrefslogtreecommitdiff
path: root/libc/benchmarks
diff options
context:
space:
mode:
authorAnthony Steinhauser <asteinhauser@google.com>2020-08-13 19:43:16 -0700
committerAnthony Steinhauser <asteinhauser@google.com>2020-08-17 07:34:26 -0700
commit25d759c143ce0cd82928ff5e3713d48f31ee5696 (patch)
tree6ace089db7dd8485ea4dd6d69e3aba5c7043e947 /libc/benchmarks
parent7b391245d8eab16d1dfabde9f67a97fa9809ab49 (diff)
downloadllvm-25d759c143ce0cd82928ff5e3713d48f31ee5696.zip
llvm-25d759c143ce0cd82928ff5e3713d48f31ee5696.tar.gz
llvm-25d759c143ce0cd82928ff5e3713d48f31ee5696.tar.bz2
[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
Diffstat (limited to 'libc/benchmarks')
-rw-r--r--libc/benchmarks/render.py32
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/benchmarks/render.py3 b/libc/benchmarks/render.py3
index f8c321f..688bf7e 100644
--- a/libc/benchmarks/render.py3
+++ b/libc/benchmarks/render.py3
@@ -149,7 +149,7 @@ def setup_graphs(files, display):
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)))