Skip to content

Commit

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

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

0 comments on commit aea7cf2

Please sign in to comment.