From 7c2ec4ff4641be7145d3d85751271c638e641aa8 Mon Sep 17 00:00:00 2001 From: Dominik Drexler Date: Wed, 3 Jan 2024 20:56:20 +0100 Subject: [PATCH] update comment --- benchmarks/persistent_factory.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;