Research Article

Behaviour Preservation across Code Versions in Erlang

Algorithm 12

SecEr’s configuration file to check the performance improvement.
(1) -module(test_orddict_perf).
(2) -compile(export_all).
(3)
(4) file(o) ->
(5)  ’orddict/orddict_old_perf.erl’;
(6) file(n) ->
(7)  ’orddict/orddict_new_ok_perf.erl’.
(8)
(9) rel1() ->
(10)   [file(o), 62, tuple, 1, file(n), 62, tuple, 1,
(11)   file(o), 62, tuple, 1, file(n), 67, tuple, 1,
(12)   file(o), 62, tuple, 1, file(n), 72, tuple, 1].
(13) funs() ->
(14)  "[from_list_replicate/1]".