From 19a47e693c09541b9185564f0581d979bd1c4b0c Mon Sep 17 00:00:00 2001 From: Jeppe Pihl Date: Fri, 22 Feb 2019 14:25:45 +0100 Subject: [PATCH] update comments --- benchmark/packetizing/main.cpp | 13 ++++--------- benchmark/parsing/main.cpp | 13 ++++--------- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/benchmark/packetizing/main.cpp b/benchmark/packetizing/main.cpp index c9f4431..e129731 100644 --- a/benchmark/packetizing/main.cpp +++ b/benchmark/packetizing/main.cpp @@ -1,7 +1,7 @@ -// Copyright Steinwurf ApS 2018. -// Distributed under the "STEINWURF EVALUATION LICENSE 1.0". -// See accompanying file LICENSE.rst or -// http://www.steinwurf.com/licensing +// Copyright (c) Steinwurf ApS 2017. +// All Rights Reserved +// +// Distributed under the "BSD License". See the accompanying LICENSE.rst file. #include #include @@ -13,7 +13,6 @@ #include #include -/// Benchmark for the initialization of different field implementations class parsing_benchmark : public gauge::time_benchmark { public: @@ -98,10 +97,6 @@ class parsing_benchmark : public gauge::time_benchmark uint16_t m_packet_size; }; -//------------------------------------------------------------------ -// SimpleOnline -//------------------------------------------------------------------ - BENCHMARK_F(parsing_benchmark, parsing, h264, 10); /// Using this macro we may specify options. For specifying options diff --git a/benchmark/parsing/main.cpp b/benchmark/parsing/main.cpp index e92dc48..955e6b4 100644 --- a/benchmark/parsing/main.cpp +++ b/benchmark/parsing/main.cpp @@ -1,7 +1,7 @@ -// Copyright Steinwurf ApS 2018. -// Distributed under the "STEINWURF EVALUATION LICENSE 1.0". -// See accompanying file LICENSE.rst or -// http://www.steinwurf.com/licensing +// Copyright (c) Steinwurf ApS 2017. +// All Rights Reserved +// +// Distributed under the "BSD License". See the accompanying LICENSE.rst file. #include #include @@ -13,7 +13,6 @@ #include #include -/// Benchmark for the initialization of different field implementations class parsing_benchmark : public gauge::time_benchmark { public: @@ -108,10 +107,6 @@ class parsing_benchmark : public gauge::time_benchmark boost::iostreams::mapped_file_source m_file; }; -//------------------------------------------------------------------ -// SimpleOnline -//------------------------------------------------------------------ - BENCHMARK_F(parsing_benchmark, parsing, h264, 5); /// Using this macro we may specify options. For specifying options