Skip to content

Commit

Permalink
Simplify static method call.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 8b05448f2c5dcfc51d149537bd83c955dbbf5a9d
  • Loading branch information
levlam committed Sep 8, 2019
1 parent ef5e709 commit 9293f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdutils/test/ConcurrentHashMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class HashMapBenchmark : public td::Benchmark {
explicit HashMapBenchmark(size_t threads_n) : threads_n(threads_n) {
}
std::string get_description() const override {
return hash_map->get_name();
return HashMap::get_name();
}
void start_up_n(int n) override {
n *= (int)threads_n;
Expand Down

0 comments on commit 9293f07

Please sign in to comment.