Skip to content

Commit

Permalink
#345 Update changelof and developers guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sergisiso committed Jun 20, 2022
1 parent a542640 commit 747c2ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Modifications by (in alphabetical order):
* P. Vitt, University of Siegen, Germany
* A. Voysey, UK Met Office

20/06/2022 PR #345 - add fparser2 performance benchmark in the scripts folder.

## Release 0.0.16 (16/06/2022) ##

14/06/2022 PR #337 towards #312 (performance improvements). Removes some
Expand Down
12 changes: 12 additions & 0 deletions doc/developers_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -981,3 +981,15 @@ clear_symbol_table -- Removes all stored symbol tables.
fake_symbol_table -- Creates a fake scoping region and
associated symbol table.
=================== ======================= ===================================


Performance Benchmark
---------------------

The fparser scripts folder contains a benchmarking script to assess the
performance of the parser by generating a synthetic Fortran file with
multiple subroutine and the associated subroutine calls. It can be executed
with the following command::

./src/fparser/scripts/fparser2_bench.py

0 comments on commit 747c2ff

Please sign in to comment.