performance-metrics: Add missing copyright & SPDX header

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2022-02-25 10:32:07 +00:00
parent 5e3d72671b
commit 128d0984a2
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
// Copyright © 2022 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0
//
// Custom harness to run performance tests
extern crate test_infra;
#[macro_use(crate_authors)]

View File

@ -1,3 +1,8 @@
// Copyright © 2022 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0
//
// Performance tests
use crate::{mean, PerformanceTestControl};