Skip to content

Commit a2e7847

Browse files
committed
fix folder naming in performance test
1 parent bf39964 commit a2e7847

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ if (LEGACY_BUILD)
341341
add_sdks()
342342
include(tests)
343343

344-
#Performance tests (under tests/performance_tests)
344+
#Performance tests (under tests/performance-tests)
345345
option(BUILD_PERFORMANCE_TESTS "Build AWS C++ performance tests" OFF)
346346
if(BUILD_PERFORMANCE_TESTS)
347347
add_subdirectory(tests/performance-tests)

0 commit comments

Comments
 (0)