Permalink
Browse files

Note the compiler speed before we optimize

  • Loading branch information...
Andy Chu
Andy Chu committed Mar 18, 2018
1 parent 4876154 commit daab8d0fd41243a10a160e37aafd65f917933389
Showing with 35 additions and 0 deletions.
  1. +31 −0 opy/_regtest/benchmarks.txt
  2. +4 −0 opy/regtest.sh
@@ -0,0 +1,31 @@
Informal Notes Until I Have Real Benchmarks
2018/03/17
----------
The first version that is deterministic!
flanders:
real 0m48.762s
user 0m45.599s
sys 0m3.177s
lisa:
real 0m19.454s
user 0m17.855s
sys 0m1.528s
Total lines:
1744 _regtest/src/logging/__init__.py
2065 _regtest/src/locale.py
67099 total
flanders: 1.38 lines / ms
lisa: 3.46 lines / ms
Slower than OSH parser!
View
@@ -80,4 +80,8 @@ verify-golden() {
fi
}
lines() {
find _regtest/src -type f | xargs wc -l | sort -n
}
"$@"

0 comments on commit daab8d0

Please sign in to comment.