Skip to content

Commit

Permalink
Correct bench results.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypodlesov committed May 20, 2024
1 parent 1c631db commit f83b702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions coursework_report/bench_matrix_powers_kernel
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
Randomness seeded to: 3348385376

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bench_matrix_powers_mv is a Catch2 v3.5.2 host application.
Run with -? for options

-------------------------------------------------------------------------------
Benchmark CG
Benchmark MatrixPowers kernel
-------------------------------------------------------------------------------
/home/ypodlesov/cmc-ctm-nla-methods/matrix_powers_mv/run.cpp:20
...............................................................................

benchmark name samples iterations est run time
Expand Down
2 changes: 1 addition & 1 deletion matrix_powers_mv/run.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void PrepareMatrix(SparseMatrix<double>& a, const size_t n) {
REQUIRE(a.data_);
}

TEST_CASE("Benchmark CG") {
TEST_CASE("Benchmark MatrixPowers kernel") {
{
constexpr int64_t n = 1024;
constexpr int64_t s = 1024;
Expand Down

0 comments on commit f83b702

Please sign in to comment.