aboutsummaryrefslogtreecommitdiff
path: root/test/performance/odp_ipsec_run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/performance/odp_ipsec_run.sh')
-rwxr-xr-xtest/performance/odp_ipsec_run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/performance/odp_ipsec_run.sh b/test/performance/odp_ipsec_run.sh
index 1974a7c55..2ddb48d07 100755
--- a/test/performance/odp_ipsec_run.sh
+++ b/test/performance/odp_ipsec_run.sh
@@ -7,9 +7,9 @@
TEST_DIR="${TEST_DIR:-$(dirname $0)}"
-# Run with a small number of iterations in make check
+# Run with a small number of packets in make check
-$TEST_DIR/odp_ipsec${EXEEXT} -i 100
+$TEST_DIR/odp_ipsec${EXEEXT} -c 100
if [ $? -ne 0 ] ; then
echo Test FAILED