Commit 1105df8d authored by Ondrasek Timotej's avatar Ondrasek Timotej
Browse files

added another benchmarks

parent e0a8d898
Loading
Loading
Loading
Loading
+544 −612

File changed.

Preview size limit exceeded, changes collapsed.

+178 −226

File changed.

Preview size limit exceeded, changes collapsed.

+18 −29

File changed.

Preview size limit exceeded, changes collapsed.

+2 −0
Original line number Diff line number Diff line
@@ -36,6 +36,8 @@ private:

    Native* m_native;
    scr::Script* m_script;
    com::Folder* m_benchmarks;
    const std::size_t m_run_count;
    const std::int32_t m_iter_count;
};

+3 −0
Original line number Diff line number Diff line
@@ -23,6 +23,9 @@ struct Native : com::Library
    void remove_files_loop(const com::ContextPath& path) const;
    void print_files(const com::ContextPath& path) const;
    void print(std::int64_t msg_count) const;

private:
    void print_files_rec(const com::Folder& folder, std::int32_t indent) const;
};

}
Loading