Skip to content

Commit

Permalink
Mac OS X CI Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cbritopacheco committed Aug 10, 2023
1 parent f01a022 commit 55e78fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Rodin/Alert/ForwardDecls.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ namespace Rodin::Alert
template <class Prefix>
class Message;

class ResetT;
struct ResetT;

class StylizeT;
struct StylizeT;

template <size_t RED, size_t GREEN, size_t BLUE>
struct RGB;
Expand Down

2 comments on commit 55e78fc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'C++ Rodin Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 55e78fc Previous: 4eeed0e Ratio
P1Benchmark/UniformTriangular128_Build 1.9557865240507262 ns/iter 1.2051239492843935 ns/iter 1.62
P1Benchmark/2D_Square_GridFunction_Projection_Scalar_SumOfComponents 730.8109623072883 ns/iter 472.45993316877474 ns/iter 1.55
P1Benchmark/UniformTriangular16_GridFunction_Projection_Scalar_SumOfComponents 148452.34184549027 ns/iter 92821.54753054168 ns/iter 1.60
P1Benchmark/UniformTriangular32_GridFunction_Projection_Scalar_SumOfComponents 636772.1076786829 ns/iter 397659.9353008211 ns/iter 1.60
P1Benchmark/2D_Square_GridFunction_Projection_Vector_Components 1481.0414201953222 ns/iter 934.8982109352174 ns/iter 1.58
P1Benchmark/UniformTriangular16_GridFunction_Projection_Vector_Components 314308.5877154634 ns/iter 202289.67724256482 ns/iter 1.55
P1Benchmark/UniformTriangular32_GridFunction_Projection_Vector_Components 1367120.8000000706 ns/iter 858033.6707465722 ns/iter 1.59

This comment was automatically generated by workflow using github-action-benchmark.

@cbritopacheco
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only the Alert module was changed. This is an anomaly.

Please sign in to comment.