Skip to content

Commit

Permalink
Always use a smaller number of trials for a memory benchmark (chapel-…
Browse files Browse the repository at this point in the history
…lang#26364)

Always use a smaller number of trials for a memory benchmark

[Reviewed by @stonea]
  • Loading branch information
jabraham17 authored Dec 10, 2024
2 parents 38d7a37 + c33db3a commit 2dc5333
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/performance/memory/microMemoryAllocation.execopts
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
#!/usr/bin/env bash
args="--printTime=false"
if [ "$CHPL_TEST_VGRND_EXE" == "on" ] || [ "${CHPL_SANITIZE_EXE:-none}" != "none" ]; then
args="$args --trials=1000"
fi
echo $args
--trials=10

0 comments on commit 2dc5333

Please sign in to comment.