Skip to content

Commit 371097d

Browse files
committed
oops
1 parent dff86d2 commit 371097d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

devops/scripts/benchmarking/benchmark.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,12 @@ load_configs() {
228228

229229
#####
230230

231+
load_configs
232+
231233
COMPUTE_BENCH_COMPILE_FLAGS=""
232234
CACHE_RESULTS="0"
233235
TIMESTAMP="$(date +"$TIMESTAMP_FORMAT")"
234236

235-
echo "Timestamp: $TIMESTAMP"
236-
237-
load_configs
238-
239237
# CLI flags + overrides to configuration options:
240238
while getopts "p:b:r:f:n:cCs" opt; do
241239
case $opt in

0 commit comments

Comments
 (0)