Skip to content

Commit

Permalink
Merge pull request #739 from utPLSQL/feature/test_performance
Browse files Browse the repository at this point in the history
Improved performance of tests by changing runtime plsql_optimize_level=0
  • Loading branch information
jgebal committed Jul 27, 2018
2 parents 88a3559 + 3d2b483 commit ac3a31c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/core.pkb
Expand Up @@ -3,6 +3,9 @@ create or replace package body core is
procedure global_setup is
begin
ut3.ut_coverage.set_develop_mode(true);
--improve performance of test execution by disabling all compiler optimizations
execute_autonomous('ALTER SESSION SET PLSQL_OPTIMIZE_LEVEL=0');

execute_autonomous(
q'[create or replace package ut_transaction_control as
function count_rows(a_val varchar2) return number;
Expand Down

0 comments on commit ac3a31c

Please sign in to comment.