3
0
Fork 0
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:
Don Syme 2025-09-18 00:16:41 +01:00
parent feab4f6bf8
commit e2d725ee95
8 changed files with 1 additions and 867 deletions

View file

@ -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;