Skip to content

Commit f002fb1

Browse files
committed
fix benchmark build
1 parent d7265b0 commit f002fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ functions:
139139
140140
echo "Running Benchmark tests "
141141
start_time=$(date +%s)
142-
LD_LIBRARY_PATH=`pwd`/mongoc/lib:$LD_LIBRARY_PATH ./mongo-c-driver-performance/mongo-c-performance ./data
142+
LD_LIBRARY_PATH=`pwd`/mongoc/lib64:$LD_LIBRARY_PATH ./mongo-c-driver-performance/mongo-c-performance ./data
143143
set +o errexit
144144
result=$?
145145

0 commit comments

Comments
 (0)