Skip to content
Snippets Groups Projects
Commit d31044f1 authored by Ion-Dorinel FILIP (25005)'s avatar Ion-Dorinel FILIP (25005)
Browse files

It should be 1MB, not 100KB

parent 79419fde
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ client: client.c include/utils.h lib/queue.o lib/list.o
# Construieste un fisier de 1MB (1024B*10^4)==1MB
random_file:
dd if=/dev/urandom of=file.bin bs=1024 count=100
dd if=/dev/urandom of=file.bin bs=1024 count=1000
run_benchmark: server client
./server &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment