Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Aug 20, 2024
1 parent e80028f commit 414c34f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions velox/row/benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

add_executable(velox_unsafe_row_serialize_benchmark
UnsafeRowSerializeBenchmark.cpp)
add_executable(velox_row_benchmark UnsafeRowSerializeBenchmark.cpp)
target_link_libraries(
velox_unsafe_row_serialize_benchmark
velox_row_benchmark
PRIVATE
velox_exec
velox_row_fast
Expand Down

0 comments on commit 414c34f

Please sign in to comment.