compiler/benchmarks/stx_goodies_petitparser_compiler_benchmarks.st
changeset 459 4751c407bb40
parent 452 9f4558b3be66
child 462 89464ab03518
child 464 f6d77fee9811
--- a/compiler/benchmarks/stx_goodies_petitparser_compiler_benchmarks.st	Sun May 10 06:28:36 2015 +0100
+++ b/compiler/benchmarks/stx_goodies_petitparser_compiler_benchmarks.st	Tue May 12 01:24:03 2015 +0100
@@ -16,15 +16,15 @@
     "The last merged version is: "
 
     ^ '
-    Name: PetitCompiler-Benchmarks-JanKurs.2
+    Name: PetitCompiler-Benchmarks-JanKurs.20150510144201
     Author: JanKurs
-    Time: 17-11-2014, 05:51:07.887 PM
-    UUID: d5e3a980-7871-487a-a232-e3ca93fc2483            
+    Time: 10-05-2015, 05:04:54.561 PM
+    UUID: d8e764fd-016b-46e2-9fc1-17c38c18f0e5    
     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
     '
 
     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 24-11-2014 / 00:09:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 12-05-2015 / 01:19:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 monticelloName
@@ -73,6 +73,8 @@
     ^ #(
         #'stx:goodies/petitparser'    "PPContext - referenced by PPCBenchmark>>benchmarkSmalltalkParser"
         #'stx:goodies/petitparser/compiler'    "PPCConfiguration - referenced by PPCBenchmark>>benchmarkSmalltalkParserCompiled"
+        #'stx:goodies/petitparser/compiler/tests'    "PPExpressionGrammar - referenced by PPCBenchmark>>setupExpressionGrammar"
+        #'stx:goodies/petitparser/compiler/tests/extras'    "PPCResources - referenced by PPCBenchmark>>initialize"
         #'stx:goodies/petitparser/parsers/java'    "PPJavaSyntax - referenced by PPCBenchmark>>benchmarkJavaSyntax"
         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCBenchmark>>setupSmalltalkGrammar"
         #'stx:goodies/refactoryBrowser/parser'    "RBParser - referenced by PPCBenchmark>>benchmarkRBParserC"