// Copyright (c) Six Labors and contributors.
// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Benchmarks
{
///
/// The image benchmark base class.
///
public abstract class BenchmarkBase
{
///
/// Initializes a new instance of the class.
///
protected BenchmarkBase()
{
// Add Image Formats
}
}
}