Skip to content

Instantly share code, notes, and snippets.

@travisdowns
Last active July 6, 2020 23:57
Show Gist options
  • Save travisdowns/83b8d427e8477b38ef1fa6f99c540caa to your computer and use it in GitHub Desktop.
Save travisdowns/83b8d427e8477b38ef1fa6f99c540caa to your computer and use it in GitHub Desktop.

Revisions

  1. travisdowns revised this gist Jul 6, 2020. No changes.
  2. travisdowns revised this gist Jul 2, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions conc-run.sh
    Original 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
  3. travisdowns revised this gist Jun 23, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions conc-run.sh
    Original 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
  4. travisdowns revised this gist Jun 23, 2020. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion conc-run.sh
    Original 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
    RDIR=./results/g2 ./scripts/data.sh
    cd concurrency-hierarchy-bench
    RDIR=./results/g2 ./scripts/data.sh
  5. travisdowns revised this gist Jun 23, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion conc-run.sh
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    #!/bin/bash
    echo "Running $0"
    sudo apt install build-essential
    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
  6. travisdowns revised this gist Jun 23, 2020. 2 changed files with 6 additions and 1 deletion.
    6 changes: 6 additions & 0 deletions conc-run.sh
    Original 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
    1 change: 0 additions & 1 deletion ec2-setup.sh
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    echo "Running $0"
  7. travisdowns created this gist Jun 23, 2020.
    1 change: 1 addition & 0 deletions ec2-setup.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    echo "Running $0"