blob: 91a0b02105356249eee4a40d1d92bfaebd64e1d6 [file] [log] [blame]
// Copyright 2020 The IREE Authors
//
// Licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include "benchmark/benchmark.h"
#include "iree/base/api.h"
#include "iree/vm/module.h"
#include "iree/vm/native_module.h"
#include "iree/vm/native_module_test.h"
#include "iree/vm/stack.h"
namespace {
// TODO(benvanik): native module benchmarks.
} // namespace