Skip to content

Commit

Permalink
fabtests: Add HMEM support to benchmark tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Ziemba <ian.ziemba@hpe.com>
  • Loading branch information
iziemba committed Sep 2, 2020
1 parent 17e1fea commit 499e554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fabtests/benchmarks/benchmark_shared.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2015-2017 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2013-2015 Intel Corporation. All rights reserved.
* (C) Copyright 2020 Hewlett Packard Enterprise Development LP
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
Expand Down Expand Up @@ -61,6 +62,7 @@ void ft_parse_benchmark_opts(int op, char *optarg)

void ft_benchmark_usage(void)
{
ft_hmem_usage();
FT_PRINT_OPTS_USAGE("-v", "enables data_integrity checks");
FT_PRINT_OPTS_USAGE("-k", "force prefix mode");
FT_PRINT_OPTS_USAGE("-j", "maximum inject message size");
Expand Down

0 comments on commit 499e554

Please sign in to comment.