blob: 1cc17720177d8a3c3df1c2ae0911906a5fd2cec8 (
plain)
1
2
3
4
5
6
7
8
|
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
#include "benchmark/benchmark.h"
BENCHMARK_MAIN();
|