From 394b01da8e26dbe1b6a0520944d954ca0b16b1b5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Sep 2018 17:31:12 +0200 Subject: Use lowercase namespace names --- tests/ingen_bench.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/ingen_bench.cpp') diff --git a/tests/ingen_bench.cpp b/tests/ingen_bench.cpp index e8cccf4c..2ac1f5f1 100644 --- a/tests/ingen_bench.cpp +++ b/tests/ingen_bench.cpp @@ -33,7 +33,7 @@ #include "ingen_config.h" using namespace std; -using namespace Ingen; +using namespace ingen; World* world = nullptr; @@ -66,7 +66,7 @@ main(int argc, char** argv) world = new World(nullptr, nullptr, nullptr); world->conf().add( "output", "output", 'O', "File to write benchmark output", - Ingen::Configuration::SESSION, world->forge().String, Atom()); + ingen::Configuration::SESSION, world->forge().String, Atom()); world->load_configuration(argc, argv); } catch (std::exception& e) { cout << "ingen: " << e.what() << endl; @@ -110,7 +110,7 @@ main(int argc, char** argv) // Run benchmark // TODO: Set up real-time scheduling for this and worker threads - Ingen::Clock clock; + ingen::Clock clock; const uint32_t n_test_frames = 1 << 20; const uint32_t block_length = 4096; const uint64_t t_start = clock.now_microseconds(); -- cgit v1.2.1