We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d61a4c1 + 9311388 commit 3467dc5Copy full SHA for 3467dc5
1 file changed
size-graph.py
@@ -18,8 +18,8 @@
18
print(df)
19
20
fig, ax = plt.subplots(figsize=(9.6, 7.2))
21
-df.plot(y="size", color="gray", ax=ax, dashes=(2, 1), label="Size: multiple binaries (byte)")
22
-df.plot(y="multisize", color="green", ax=ax, dashes=(4, 1), label="Size: multicall binary (byte)")
+df.plot(y="size", color="gray", ax=ax, dashes=(2, 1), label="Size: multiple binaries (kilobytes)")
+df.plot(y="multisize", color="green", ax=ax, dashes=(4, 1), label="Size: multicall binary (kilobytes)")
23
plt.title("Size evolution of Rust/Coreutils")
24
fig.autofmt_xdate()
25
plt.margins(0.01)
0 commit comments