summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-02-24 21:48:51 -0500
committerDan Davison <dandavison7@gmail.com>2022-02-24 21:48:51 -0500
commit1a4eef877b48fb6d76126546617692b002f62bd2 (patch)
tree5badd5f40f0e0d34cc5b698f4841aa86f550ad88
parent123bbcf0fe8820f66eb06a1703c4fb33efb593bc (diff)
Update script to benchmark #984973-processes-performance
-rwxr-xr-xetc/examples/973-processes-performance-bug4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/examples/973-processes-performance-bug b/etc/examples/973-processes-performance-bug
index cf8eb007..43b6f6f3 100755
--- a/etc/examples/973-processes-performance-bug
+++ b/etc/examples/973-processes-performance-bug
@@ -8,9 +8,9 @@ build_oci_img() {
RUN /usr/local/bin/cargo install --version 0.11.3 git-delta && cp /usr/local/bin/delta /usr/local/bin/delta-0.11.3
RUN /usr/local/bin/cargo install --version 0.12.0 git-delta && cp /usr/local/bin/delta /usr/local/bin/delta-0.12.0
RUN echo "I've forgotten how to invalidate layer cache entries properly: 1" > /dev/null
- RUN git clone https://github.com/dandavison/delta.git
+ RUN git clone https://github.com/th1000s/delta.git
WORKDIR delta
- RUN git checkout 973-processes-performance
+ RUN git checkout query_ppids
RUN cargo build --release && cp ./target/release/delta /usr/local/bin/delta-dev
EOF
}