Skip to content

Instantly share code, notes, and snippets.

@ammario
Last active October 22, 2021 17:49
Show Gist options
  • Save ammario/b9d12c46b35e1db7782772060f5e9540 to your computer and use it in GitHub Desktop.
Save ammario/b9d12c46b35e1db7782772060f5e9540 to your computer and use it in GitHub Desktop.

Revisions

  1. ammario revised this gist Oct 22, 2021. No changes.
  2. ammario revised this gist Oct 22, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion bench.sh
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,6 @@
    pushd /tmp
    curl https://cdn.geekbench.com/Geekbench-5.4.1-Linux.tar.gz | tar -xzvf -
    pushd Geekbench-5.4.1-Linux/
    ./geekbench_x86_64
    ./geekbench_x86_64 | tee geekbench.log
    popd
    popd
  3. ammario created this gist Oct 22, 2021.
    7 changes: 7 additions & 0 deletions bench.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    #!/bin/bash
    pushd /tmp
    curl https://cdn.geekbench.com/Geekbench-5.4.1-Linux.tar.gz | tar -xzvf -
    pushd Geekbench-5.4.1-Linux/
    ./geekbench_x86_64
    popd
    popd