summaryrefslogtreecommitdiff
path: root/xdelta3/cpp-btree/btree_test_flags.cc
diff options
context:
space:
mode:
authorJosh MacDonald <josh.macdonald@gmail.com>2014-11-01 00:13:18 -0700
committerJosh MacDonald <josh.macdonald@gmail.com>2014-11-01 00:13:18 -0700
commit336445673c60b7c05b015114077f49493f18e7f4 (patch)
tree844bb336d19e65c517109987e2daa39d038f3224 /xdelta3/cpp-btree/btree_test_flags.cc
parent9d4f55040311a16b32973b284e9cdfdf843ddf66 (diff)
Checksum test under development
Diffstat (limited to 'xdelta3/cpp-btree/btree_test_flags.cc')
-rw-r--r--xdelta3/cpp-btree/btree_test_flags.cc20
1 files changed, 20 insertions, 0 deletions
diff --git a/xdelta3/cpp-btree/btree_test_flags.cc b/xdelta3/cpp-btree/btree_test_flags.cc
new file mode 100644
index 0000000..bf608a9
--- /dev/null
+++ b/xdelta3/cpp-btree/btree_test_flags.cc
@@ -0,0 +1,20 @@
1// Copyright 2013 Google Inc. All Rights Reserved.
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15#include "gflags/gflags.h"
16
17DEFINE_int32(test_values, 10000,
18 "The number of values to use for tests.");
19DEFINE_int32(benchmark_values, 1000000,
20 "The number of values to use for benchmarks.");