Skip to content

Commit

Permalink
Version 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
walter-weinmann committed Apr 19, 2017
1 parent 172f32b commit 2361d8d
Show file tree
Hide file tree
Showing 6 changed files with 6,009 additions and 6,010 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Version 1.3.0

Release Date: dd.mm.yyyy - Grammar as of 17.04.2017
Release Date: 19.04.2017 - Grammar as of 17.04.2017

### Grammar changes

Expand Down
3 changes: 0 additions & 3 deletions src/ocparse_generator.erl
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
]).

-define(ALL_CLAUSE_EUNIT, [
delete,
unwind,
with
]).

-define(CODE_TEMPLATES, code_templates).
Expand Down
8 changes: 5 additions & 3 deletions stress_test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ MD ct\logs

FOR /L %%G IN (1,1,%no_runs%) DO (
ECHO ----------------------------------------------------------------------------
ECHO !TIME! %%G Step: ocparse_generator.bat
CALL ocparse_generator.bat
ECHO !TIME! %%G Step: rebar3 ct
ECHO !TIME! %%G. Step: gen_tests.bat
CALL gen_tests.bat
del test\reliability_*_SUITE.erl
ECHO !TIME! %%G. Step: rebar3 ct
rmdir /q /s _build\test
CALL rebar3.cmd ct
)

Expand Down
4,002 changes: 2,001 additions & 2,001 deletions test/performance_cypher_SUITE.erl

Large diffs are not rendered by default.

4,002 changes: 2,001 additions & 2,001 deletions test/performance_query_SUITE.erl

Large diffs are not rendered by default.

4,002 changes: 2,001 additions & 2,001 deletions test/performance_statement_SUITE.erl

Large diffs are not rendered by default.

0 comments on commit 2361d8d

Please sign in to comment.