diff --git a/benchmarks/persistent_factory.cpp b/benchmarks/persistent_factory.cpp index 260c16d4..5b1b4fab 100644 --- a/benchmarks/persistent_factory.cpp +++ b/benchmarks/persistent_factory.cpp @@ -25,9 +25,7 @@ #include -/// @brief In this experiment, we evaluate the performance of constructing atoms. - -// Define another benchmark +/// @brief In this benchmark, we evaluate the performance of constructing atoms. static void BM_ConstructAtoms(benchmark::State& state) { const size_t num_objects = 100; const size_t num_predicates = 100;