Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit c49d75c

Browse files
committed
Specify exact versions of all dependencies.
This commit does the following. - Adds a `Cargo.lock` file to those benchmarks that lack one. This ensures that what we are measuring doesn't change. These files were generated by Cargo 0.8.0, which is the stable version on my Linux box. - Removes the `rm Cargo.lock` command from all the `clean` make targets.
1 parent 39120d7 commit c49d75c

File tree

23 files changed

+841
-14
lines changed

23 files changed

+841
-14
lines changed

futures-rs-test-all/Cargo.lock

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

futures-rs-test-all/makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ all:
55
touch:
66
rm -f target/debug/all-*
77
clean:
8-
rm target -rf
9-
rm Cargo.lock
8+
cargo clean

helloworld/Cargo.lock

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

helloworld/makefile

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ touch:
66
find . -name '*.rs' | xargs touch
77
clean:
88
cargo clean
9-
rm Cargo.lock

html5ever-2016-08-25/Cargo.lock

+284
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html5ever-2016-08-25/makefile

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ touch:
66
find . -name '*.rs' | xargs touch
77
clean:
88
cargo clean
9-
rm Cargo.lock

0 commit comments

Comments
 (0)