Skip to content

Commit

Permalink
Rename JSON_READER_OPTION to JSON_READER_OPTION_NVBENCH. (#15553)
Browse files Browse the repository at this point in the history
This renames a benchmark executable for `JSON_READER_OPTION` to indicate that it is an NVBench executable. This naming pattern is significant for our automated benchmarking tools.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Nghia Truong (https://github.com/ttnghia)
  - Yunsong Wang (https://github.com/PointKernel)

URL: #15553
  • Loading branch information
bdice authored Apr 17, 2024
1 parent 96b6bec commit 041eaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ ConfigureNVBench(
ConfigureBench(JSON_BENCH json/json.cu)
ConfigureNVBench(FST_NVBENCH io/fst.cu)
ConfigureNVBench(JSON_READER_NVBENCH io/json/nested_json.cpp io/json/json_reader_input.cpp)
ConfigureNVBench(JSON_READER_OPTION io/json/json_reader_option.cpp)
ConfigureNVBench(JSON_READER_OPTION_NVBENCH io/json/json_reader_option.cpp)
ConfigureNVBench(JSON_WRITER_NVBENCH io/json/json_writer.cpp)

# ##################################################################################################
Expand Down

0 comments on commit 041eaa4

Please sign in to comment.