Skip to content

Commit

Permalink
perf: Rename perf. test source files for consistency
Browse files Browse the repository at this point in the history
Like with tests and demos, we make "perf" a suffix instead of a prefix.
  • Loading branch information
Jesse Haber-Kucharsky committed Nov 20, 2018
1 parent 2247270 commit f7c23bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def configure_fmt(mode, cxx='g++', cc='gcc'):
}

perf_tests = [
'tests/perf/perf_future_util',
'tests/perf/future_util_perf',
]

tests = [
Expand Down Expand Up @@ -296,7 +296,7 @@ def configure_fmt(mode, cxx='g++', cc='gcc'):
'tests/unit/connect_test',
'tests/unit/chunked_fifo_test',
'tests/unit/circular_buffer_test',
'tests/perf/perf_fstream',
'tests/perf/fstream_perf',
'tests/unit/json_formatter_test',
'tests/unit/dns_test',
'tests/unit/execution_stage_test',
Expand Down Expand Up @@ -625,7 +625,7 @@ def maybe_static(flag, libs):
'tests/unit/connect_test': ['tests/unit/connect_test.cc'] + core + libnet,
'tests/unit/chunked_fifo_test': ['tests/unit/chunked_fifo_test.cc'] + core,
'tests/unit/circular_buffer_test': ['tests/unit/circular_buffer_test.cc'] + core,
'tests/perf/perf_fstream': ['tests/perf/perf_fstream.cc'] + core,
'tests/perf/fstream_perf': ['tests/perf/fstream_perf.cc'] + core,
'tests/unit/json_formatter_test': ['tests/unit/json_formatter_test.cc'] + core + http,
'tests/unit/dns_test': ['tests/unit/dns_test.cc'] + core + libnet,
'tests/unit/execution_stage_test': ['tests/unit/execution_stage_test.cc'] + core,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f7c23bb

Please sign in to comment.