Skip to content

Commit

Permalink
update benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
m3janitha committed Nov 3, 2022
1 parent 9019e92 commit be3a53f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.24)
cmake_minimum_required (VERSION 3.16)

project(FastSBE VERSION 1.0)

Expand Down
2 changes: 1 addition & 1 deletion test/benchmark/fastsbe_benchmark.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace fastsbe
msg.append_Text(values.Text.c_str(), values.Text.length());
msg.append_ClearingFirm(values.ClearingFirm.c_str(), values.ClearingFirm.length());

benchmark::DoNotOptimize(msg);
//benchmark::DoNotOptimize(msg);

if (display)
print_message(msg);
Expand Down

0 comments on commit be3a53f

Please sign in to comment.