Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac3a31c

Browse files
authored
Merge pull request #739 from utPLSQL/feature/test_performance
Improved performance of tests by changing runtime plsql_optimize_level=0
2 parents 88a3559 + 3d2b483 commit ac3a31c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/core.pkb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ create or replace package body core is
33
procedure global_setup is
44
begin
55
ut3.ut_coverage.set_develop_mode(true);
6+
--improve performance of test execution by disabling all compiler optimizations
7+
execute_autonomous('ALTER SESSION SET PLSQL_OPTIMIZE_LEVEL=0');
8+
69
execute_autonomous(
710
q'[create or replace package ut_transaction_control as
811
function count_rows(a_val varchar2) return number;

0 commit comments

Comments
 (0)