Skip to content

Commit

Permalink
Also commit benchmark directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Mytherin committed Nov 6, 2019
1 parent 09dd247 commit 474707e
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions benchmark/benchmark_runner.cpp
@@ -1,7 +1,7 @@
#include "benchmark_runner.hpp"

#include "common/profiler.hpp"
#include "common/string_util.hpp"
#include "duckdb/common/profiler.hpp"
#include "duckdb/common/string_util.hpp"

#define CATCH_CONFIG_RUNNER
#include "catch.hpp"
Expand Down
4 changes: 2 additions & 2 deletions benchmark/include/benchmark_runner.hpp
Expand Up @@ -11,8 +11,8 @@
#pragma once

#include "benchmark.hpp"
#include "common/constants.hpp"
#include "common/fstream.hpp"
#include "duckdb/common/constants.hpp"
#include "duckdb/common/fstream.hpp"

namespace duckdb {

Expand Down
2 changes: 1 addition & 1 deletion benchmark/include/duckdb_benchmark.hpp
Expand Up @@ -12,7 +12,7 @@

#include "benchmark.hpp"
#include "duckdb.hpp"
#include "main/client_context.hpp"
#include "duckdb/main/client_context.hpp"
#include "test_helpers.hpp"

namespace duckdb {
Expand Down
2 changes: 1 addition & 1 deletion benchmark/micro/append.cpp
@@ -1,6 +1,6 @@
#include "benchmark_runner.hpp"
#include "duckdb_benchmark_macro.hpp"
#include "main/appender.hpp"
#include "duckdb/main/appender.hpp"

using namespace duckdb;
using namespace std;
Expand Down
2 changes: 1 addition & 1 deletion benchmark/micro/bulkupdate.cpp
@@ -1,6 +1,6 @@
#include "benchmark_runner.hpp"
#include "duckdb_benchmark_macro.hpp"
#include "main/appender.hpp"
#include "duckdb/main/appender.hpp"

#include <random>

Expand Down
2 changes: 1 addition & 1 deletion benchmark/micro/groupby.cpp
@@ -1,6 +1,6 @@
#include "benchmark_runner.hpp"
#include "duckdb_benchmark_macro.hpp"
#include "main/appender.hpp"
#include "duckdb/main/appender.hpp"

#include <random>

Expand Down
2 changes: 1 addition & 1 deletion benchmark/micro/in.cpp
@@ -1,6 +1,6 @@
#include "benchmark_runner.hpp"
#include "duckdb_benchmark_macro.hpp"
#include "main/appender.hpp"
#include "duckdb/main/appender.hpp"

#include <random>

Expand Down
2 changes: 1 addition & 1 deletion benchmark/micro/indexcreation.cpp
@@ -1,6 +1,6 @@
#include "benchmark_runner.hpp"
#include "duckdb_benchmark_macro.hpp"
#include "main/appender.hpp"
#include "duckdb/main/appender.hpp"

#include <random>

Expand Down
2 changes: 1 addition & 1 deletion benchmark/micro/multiplications.cpp
@@ -1,6 +1,6 @@
#include "benchmark_runner.hpp"
#include "duckdb_benchmark_macro.hpp"
#include "main/appender.hpp"
#include "duckdb/main/appender.hpp"

#include <random>

Expand Down
2 changes: 1 addition & 1 deletion benchmark/micro/orderby.cpp
@@ -1,6 +1,6 @@
#include "benchmark_runner.hpp"
#include "duckdb_benchmark_macro.hpp"
#include "main/appender.hpp"
#include "duckdb/main/appender.hpp"

#include <random>

Expand Down
2 changes: 1 addition & 1 deletion benchmark/micro/pointquery.cpp
@@ -1,6 +1,6 @@
#include "benchmark_runner.hpp"
#include "duckdb_benchmark_macro.hpp"
#include "main/appender.hpp"
#include "duckdb/main/appender.hpp"

#include <random>

Expand Down
2 changes: 1 addition & 1 deletion benchmark/micro/rangejoin.cpp
@@ -1,6 +1,6 @@
#include "benchmark_runner.hpp"
#include "duckdb_benchmark_macro.hpp"
#include "main/appender.hpp"
#include "duckdb/main/appender.hpp"

#include <random>

Expand Down
2 changes: 1 addition & 1 deletion benchmark/micro/rangequery.cpp
@@ -1,6 +1,6 @@
#include "benchmark_runner.hpp"
#include "duckdb_benchmark_macro.hpp"
#include "main/appender.hpp"
#include "duckdb/main/appender.hpp"

#include <random>

Expand Down
2 changes: 1 addition & 1 deletion benchmark/micro/storage.cpp
@@ -1,6 +1,6 @@
#include "benchmark_runner.hpp"
#include "duckdb_benchmark_macro.hpp"
#include "main/appender.hpp"
#include "duckdb/main/appender.hpp"

using namespace duckdb;
using namespace std;
Expand Down
2 changes: 1 addition & 1 deletion benchmark/micro/window.cpp
@@ -1,6 +1,6 @@
#include "benchmark_runner.hpp"
#include "duckdb_benchmark_macro.hpp"
#include "main/appender.hpp"
#include "duckdb/main/appender.hpp"

#include <random>

Expand Down

0 comments on commit 474707e

Please sign in to comment.