Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sds-tests
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
sds-tests
Commits
cd638bd5
Commit
cd638bd5
authored
Apr 05, 2019
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix perf calc
parent
5854b186
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pmdk-bw.c
perf-regression/pmdk-bw.c
+1
-1
No files found.
perf-regression/pmdk-bw.c
View file @
cd638bd5
...
...
@@ -299,7 +299,7 @@ static int run_benchmark(struct options *opts, PMEMobjpool **pmem_pools, int pme
printf
(
"create_write_persist
\t
%d
\t
%lu
\t
%lu
\t
%f
\t
%f
\n
"
,
g_opts
.
concurrency
,
g_opts
.
xfer_size
,
g_opts
.
total_mem_size
,
g_opts
.
total_mem_size
*
pmem_pools_count
,
(
end_tm
-
start_tm
),
((
double
)
g_opts
.
total_mem_size
/
(
end_tm
-
start_tm
))
/
(
1024
.
0
*
1024
.
0
));
...
...
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