Skip to content

Commit 996aed4

Browse files
committed
Add 100 iteration for the CI job
1 parent a2c861f commit 996aed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/endurancce_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Repeated test runs
4545
run: |
4646
set +e
47-
for i in {1..10}; do
47+
for i in {1..100}; do
4848
echo "Iteration $i: measuring memory BEFORE the tests..."
4949
go run tools/memory_record.go --iteration $i --phase start
5050
echo "Running tests (iteration $i)..."

0 commit comments

Comments
 (0)