blob: efcc8647222244b360d8f3bcea8ce469d2a0ce44 [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/components.gni")
import("//src/diagnostics/archivist/build/archivist.gni")
fuchsia_shell_package("archivist-benchmarks") {
deps = [
"logging:bin",
"redaction:bin",
]
}
group("bench") {
testonly = true
deps = [ ":archivist-benchmarks" ]
}