Skip to content

Commit

Permalink
Use develop branch for ns.bench + Update ns.bench
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed May 18, 2016
1 parent c370547 commit 67eb437
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ if (DEFINED USE_SELF_BOOST)
)
endif()

set(NS_BENCH_GIT_TAG develop)
NS_project_include(ns.bench.standalone)
NS_project_include(brigand.standalone)
NS_project_include(stf.standalone)
Expand Down
2 changes: 0 additions & 2 deletions bench/ns.bench.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -951,9 +951,7 @@ class benchmark {
local.before_run();
auto t0 = time_clock::now();
auto c0 = cycle_clock::now();
__asm__ __volatile__ ("cpuid");
local.run();
__asm__ __volatile__ ("cpuid");
auto c1 = cycle_clock::now();
auto t1 = time_clock::now();
local.after_run();
Expand Down

0 comments on commit 67eb437

Please sign in to comment.