Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adoptium/aqa-tests
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e96143fdf42bb14bb4bc3fba782f9a0dc0223375
Choose a base ref
..
head repository: adoptium/aqa-tests
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dfc4e8e0d1ffd4da80d1935de16327f9fe38cfcc
Choose a head ref
Showing with 1 addition and 3 deletions.
  1. +1 −3 perf/tfb-runner.sh
4 changes: 1 addition & 3 deletions perf/tfb-runner.sh
Original file line number Diff line number Diff line change
@@ -19,6 +19,4 @@ cat ${dockerfile}
./tfb --test $testcase

# get removable results
SCRIPT_PATH="$(realpath "$0")"
SCRIPT_ROOT="$(dirname "$SCRIPT_PATH")"
docker run --entrypoint /bin/bash --rm --network tfb -v /var/run/docker.sock:/var/run/docker.sock -v ${SCRIPT_ROOT}:/FrameworkBenchmarks techempower/tfb -c "chmod -R 777 /FrameworkBenchmarks/results"
docker run --entrypoint /bin/bash --rm --network tfb -v /var/run/docker.sock:/var/run/docker.sock -v ${TEST_RESROOT}:/FrameworkBenchmarks techempower/tfb -c "chmod -R 777 /FrameworkBenchmarks/results"