Skip to content

Commit

Permalink
revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
James Thomas committed Mar 1, 2024
1 parent a02fbc5 commit 2ce7aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stream-write-read-perf.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ main () {

printf("generating data ...\n");

options.size_bytes = 500 * 1024 * 1024L;
options.size_bytes = 50 * 1024 * 1024L;

char *data = calloc(options.size_bytes, 1);

Expand Down

0 comments on commit 2ce7aaa

Please sign in to comment.