Skip to content

Commit 68fcb26

Browse files
committed
Treated "keywords" branch as master
(The benchmark right now uses master to do things the old way, which keywords also needs).
1 parent 60972b7 commit 68fcb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/bench/bench-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ time_command() {
5353

5454

5555
master=
56-
if [ "$branch" = "upstream" ] || [ "$branch" = "master" ]; then master=1; fi
56+
if [ "$branch" = "upstream" ] || [ "$branch" = "master" ] || [ "$branch" = "keywords" ] ; then master=1; fi
5757

5858
pad() {
5959
printf "%${1}s" "$2"

0 commit comments

Comments
 (0)