Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christopher Ferreira
erods-bench
Commits
383f44aa
Commit
383f44aa
authored
Jul 15, 2017
by
aumgn
Browse files
[word_count] Increase size of word_count input
parent
fd7843bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
exp/run.d/word_count.sh
View file @
383f44aa
...
...
@@ -10,7 +10,7 @@ prepare_word_count() {
fi
if
[
!
-f
$WORD_COUNT_INPUTS_DIR
/input
]
;
then
for
i
in
$(
seq
1 1
0
)
;
do
for
i
in
$(
seq
1 1
5
)
;
do
cat
$WORD_COUNT_INPUTS_DIR
/word_100MB.txt
>>
$WORD_COUNT_INPUTS_DIR
/input
done
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment