Skip to content

Commit

Permalink
Checking performance optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
amirroth committed Jul 25, 2024
1 parent b8a76f7 commit 64e9f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/FluidProperties.hh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct EnergyPlusData;

namespace FluidProperties {

#undef PERFORMANCE_OPT
#define PERFORMANCE_OPT

#ifdef EP_cache_GlycolSpecificHeat
int constexpr t_sh_cache_size = 1024 * 1024;
Expand Down

5 comments on commit 64e9f4c

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

FluidAPI (amirroth) - Win64-Windows-10-VisualStudio-16: OK (2852 of 2852 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

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

FluidAPI (amirroth) - x86_64-MacOS-10.18-clang-15.0.0: OK (3639 of 3644 tests passed, 88 test warnings)

Messages:\n

  • 90 tests had: ESO small diffs.
  • 71 tests had: MTR small diffs.
  • 57 tests had: EIO diffs.
  • 45 tests had: Table small diffs.
  • 3 tests had: Table big diffs.
  • 2 tests had: ERR diffs.
  • 1 test had: ESO big diffs.
  • 1 test had: Table string diffs.

Failures:\n

regression Test Summary

  • Passed: 786
  • Failed: 5

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

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

FluidAPI (amirroth) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3679 of 3685 tests passed, 72 test warnings)

Messages:\n

  • 75 tests had: ESO small diffs.
  • 43 tests had: EIO diffs.
  • 30 tests had: Table small diffs.
  • 54 tests had: MTR small diffs.
  • 4 tests had: Table big diffs.
  • 4 tests had: Table string diffs.
  • 2 tests had: ESO big diffs.
  • 1 test had: ERR diffs.
  • 1 test had: MTR big diffs.

Failures:\n

regression Test Summary

  • Passed: 805
  • Failed: 6

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

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

FluidAPI (amirroth) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (795 of 795 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

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

FluidAPI (amirroth) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (2060 of 2060 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.