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
ssg
Commits
a08ab367
Commit
a08ab367
authored
Jan 26, 2018
by
Philip Carns
Browse files
remove deprecated comment
parent
2d1e67ab
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/perf-regression/margo-p2p-latency.c
View file @
a08ab367
...
...
@@ -355,9 +355,6 @@ static int run_benchmark(int iterations, hg_id_t id, ssg_member_id_t target,
ret
=
margo_create
(
mid
,
target_addr
,
id
,
&
handle
);
assert
(
ret
==
0
);
/* TODO: have command line option to toggle whether we reuse one handle
* or create/release on every cycle
*/
for
(
i
=
0
;
i
<
iterations
;
i
++
)
{
tm1
=
ABT_get_wtime
();
...
...
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