Last active
July 6, 2020 23:57
-
-
Save travisdowns/83b8d427e8477b38ef1fa6f99c540caa to your computer and use it in GitHub Desktop.
Revisions
-
travisdowns revised this gist
Jul 6, 2020 . No changes.There are no files selected for viewing
-
travisdowns revised this gist
Jul 2, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,7 @@ set -euo pipefail echo "Running $0" sudo apt update sudo apt install -y build-essential mkdir dev && cd dev git clone https://github.com/travisdowns/concurrency-hierarchy-bench.git -
travisdowns revised this gist
Jun 23, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,4 +7,5 @@ sudo apt install -y build-essential mkdir dev && cd dev git clone https://github.com/travisdowns/concurrency-hierarchy-bench.git cd concurrency-hierarchy-bench make -j4 RDIR=./results/g2 ./scripts/data.sh -
travisdowns revised this gist
Jun 23, 2020 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,10 @@ #!/bin/bash set -euo pipefail echo "Running $0" sudo apt install -y build-essential mkdir dev && cd dev git clone https://github.com/travisdowns/concurrency-hierarchy-bench.git cd concurrency-hierarchy-bench RDIR=./results/g2 ./scripts/data.sh -
travisdowns revised this gist
Jun 23, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ #!/bin/bash echo "Running $0" sudo apt install -y build-essential mkdir dev && cd dev git clone https://github.com/travisdowns/concurrency-hierarchy-bench.git RDIR=./results/g2 ./scripts/data.sh -
travisdowns revised this gist
Jun 23, 2020 . 2 changed files with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ #!/bin/bash echo "Running $0" sudo apt install build-essential mkdir dev && cd dev git clone https://github.com/travisdowns/concurrency-hierarchy-bench.git RDIR=./results/g2 ./scripts/data.sh This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +0,0 @@ -
travisdowns created this gist
Jun 23, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ echo "Running $0"