Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Feb 22, 2019
1 parent a624cf8 commit 19a47e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
13 changes: 4 additions & 9 deletions 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 <cassert>
#include <cstdint>
Expand All @@ -13,7 +13,6 @@
#include <boost/iostreams/device/mapped_file.hpp>
#include <mts/packetizer.hpp>

/// Benchmark for the initialization of different field implementations
class parsing_benchmark : public gauge::time_benchmark
{
public:
Expand Down Expand Up @@ -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
Expand Down
13 changes: 4 additions & 9 deletions 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 <cassert>
#include <cstdint>
Expand All @@ -13,7 +13,6 @@
#include <boost/iostreams/device/mapped_file.hpp>
#include <mts/parser.hpp>

/// Benchmark for the initialization of different field implementations
class parsing_benchmark : public gauge::time_benchmark
{
public:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 19a47e6

Please sign in to comment.