Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jan 3, 2024
1 parent 4eb11e9 commit 7c2ec4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions benchmarks/persistent_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
#include <random>


/// @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;
Expand Down

0 comments on commit 7c2ec4f

Please sign in to comment.