File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,14 +120,14 @@ jobs:
120120 - name : Benchmark — baseline native path (walk, no identity cache)
121121 working-directory : ../baseline/packages/mysql-on-sqlite
122122 run : |
123- BASE_EXT="$(realpath ../packages/php-ext-wp-mysql-parser/target/release/libwp_mysql_parser.so)"
123+ BASE_EXT="$(realpath ../../ packages/php-ext-wp-mysql-parser/target/release/libwp_mysql_parser.so)"
124124 php -d extension="$BASE_EXT" tests/tools/run-native-ast-walk-benchmark.php \
125125 | tee "$GITHUB_WORKSPACE/packages/mysql-on-sqlite/baseline-native-walk.txt"
126126
127127 - name : Benchmark — baseline native path (parse only)
128128 working-directory : ../baseline/packages/mysql-on-sqlite
129129 run : |
130- BASE_EXT="$(realpath ../packages/php-ext-wp-mysql-parser/target/release/libwp_mysql_parser.so)"
130+ BASE_EXT="$(realpath ../../ packages/php-ext-wp-mysql-parser/target/release/libwp_mysql_parser.so)"
131131 php -d extension="$BASE_EXT" tests/tools/run-native-ast-walk-benchmark.php --no-walk \
132132 | tee "$GITHUB_WORKSPACE/packages/mysql-on-sqlite/baseline-native-parse-only.txt"
133133
You can’t perform that action at this time.
0 commit comments