Skip to content
  • Carlos Galindo's avatar
    b909e059
    Benchmarks for JSS Revision 1 (erlsom) · b909e059
    Carlos Galindo authored
    - Basic support for records, bin, float, try, catch
    - Feature to count access constraints traversed
    - Feature to count access constraints present in the graph
    - Bugs fixed:
      - Can handle empty string represented as list `[]`.
      - Can handle other unary operators apart from `-int`.
      - Can handle nested list comprehensions.
    - Now requires a running instance of erlang, use the following command:
    
        erl -pa (pwd)/e-Knife/src/main/resources -name server@localhost -setcookie erlang -noshell
    
    - BencherTest now accepts `-DiterGen=NUM` and `-DiterSlice=NUM` as Java arguments.
    b909e059
    Benchmarks for JSS Revision 1 (erlsom)
    Carlos Galindo authored
    - Basic support for records, bin, float, try, catch
    - Feature to count access constraints traversed
    - Feature to count access constraints present in the graph
    - Bugs fixed:
      - Can handle empty string represented as list `[]`.
      - Can handle other unary operators apart from `-int`.
      - Can handle nested list comprehensions.
    - Now requires a running instance of erlang, use the following command:
    
        erl -pa (pwd)/e-Knife/src/main/resources -name server@localhost -setcookie erlang -noshell
    
    - BencherTest now accepts `-DiterGen=NUM` and `-DiterSlice=NUM` as Java arguments.
Loading