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
sds
sds-tests
Commits
6416eb8b
Commit
6416eb8b
authored
Apr 04, 2019
by
Philip Carns
Browse files
bug fix
- accidentally left pmem persist commented out
parent
ced1b251
Changes
1
Hide whitespace changes
Inline
Side-by-side
perf-regression/pmdk-bw.c
View file @
6416eb8b
...
...
@@ -300,7 +300,7 @@ static void bench_worker(void *_arg)
buffer
[
val
]
=
val
;
/* persist */
//
pmemobj_persist(arg->pmem_pool, buffer, g_opts.xfer_size);
pmemobj_persist
(
arg
->
pmem_pool
,
buffer
,
g_opts
.
xfer_size
);
ABT_mutex_spinlock
(
*
arg
->
cur_off_mutex
);
}
...
...
Write
Preview
Markdown
is supported
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