parity-zcash/tools/graph_ratio.diff

12 lines
277 B
Diff
Raw Normal View History

2016-12-09 13:32:04 -08:00
diff --git tools/graph.dot tools/graph.dot
index f842267..1a831d2 100644
--- tools/graph.dot
+++ tools/graph.dot
@@ -1,4 +1,6 @@
2016-12-09 13:32:04 -08:00
digraph dependencies {
+ ratio=1.0;
+ size="5,5";
2016-12-09 13:32:04 -08:00
N0[label="pbtc",shape=box];
N1[label="app_dirs",shape=box];
N2[label="bencher",shape=box];