mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 09:21:56 +00:00
remove files, increase num iterations on benchmark
This commit is contained in:
parent
feab4f6bf8
commit
e2d725ee95
8 changed files with 1 additions and 867 deletions
|
@ -197,7 +197,7 @@ std::vector<std::string> generate_test_data() {
|
|||
|
||||
template<typename HashFunc>
|
||||
double benchmark_hash(const std::vector<std::string>& data, HashFunc hash_func, const std::string& name) {
|
||||
const int iterations = 100;
|
||||
const int iterations = 10000;
|
||||
|
||||
auto start = std::chrono::high_resolution_clock::now();
|
||||
volatile unsigned result = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue