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: php/php-src
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a996c8d83d4cdad2152b4300cbc271cce75a881a
Choose a base ref
..
head repository: php/php-src
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 23fcb24ef89b7557a2c9554c756beb498af4bc95
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/benchmark.yml
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ jobs:
fi
BASELINE_SHA="306a51951f460abc3a7ebf4d196474d4c041b87e"
BASELINE_SHORT_SHA="$(echo "$BASELINE_SHA" | cut -c1-7)"
BASELINE_SHORT_SHA="$(echo "$BASELINE_SHA" | cut -c1-4)"
# Set config for the baseline PHP version
cp ./php-version-benchmarks/config/php/master.ini.dist ./php-version-benchmarks/config/php/master_baseline.ini