Skip to content

Commit

Permalink
Fixed bug with doubled trailing seperator
Browse files Browse the repository at this point in the history
  • Loading branch information
rgalanakis committed Jun 11, 2014
1 parent 4f22d24 commit 7708810
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
39 changes: 19 additions & 20 deletions doc/benchtable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,62 +3,61 @@
+--------+---------+--------------+-------+
|Platform|Backend |Benchmark |Time |
+========+=========+==============+=======+
|go |gc |chan_async |0.00465|
|go |gc |chan_async |0.00276|
+--------+---------+--------------+-------+
|PyPy |stackless|chan_async |0.02800|
|PyPy |stackless|chan_async |0.03200|
+--------+---------+--------------+-------+
|CPython |stackless|chan_async |0.14000|
+--------+---------+--------------+-------+
|PyPy |gevent |chan_async |0.30800|
|PyPy |gevent |chan_async |0.35200|
+--------+---------+--------------+-------+
|CPython |gevent |chan_async |1.06000|
|CPython |gevent |chan_async |1.02000|
+--------+---------+--------------+-------+
| | | | |
+--------+---------+--------------+-------+
|go |gc |chan_buff |0.00468|
|go |gc |chan_buff |0.00262|
+--------+---------+--------------+-------+
|PyPy |stackless|chan_buff |0.03600|
|PyPy |stackless|chan_buff |0.02800|
+--------+---------+--------------+-------+
|CPython |stackless|chan_buff |0.15000|
|CPython |stackless|chan_buff |0.14000|
+--------+---------+--------------+-------+
|PyPy |gevent |chan_buff |0.30800|
|PyPy |gevent |chan_buff |0.76800|
+--------+---------+--------------+-------+
|CPython |gevent |chan_buff |1.00000|
|CPython |gevent |chan_buff |0.97000|
+--------+---------+--------------+-------+
| | | | |
+--------+---------+--------------+-------+
|go |gc |chan_sync |0.01010|
|go |gc |chan_sync |0.00827|
+--------+---------+--------------+-------+
|PyPy |stackless|chan_sync |0.02800|
+--------+---------+--------------+-------+
|CPython |stackless|chan_sync |0.15000|
|CPython |stackless|chan_sync |0.14000|
+--------+---------+--------------+-------+
|PyPy |gevent |chan_sync |0.30400|
|PyPy |gevent |chan_sync |0.34400|
+--------+---------+--------------+-------+
|CPython |gevent |chan_sync |1.00000|
|CPython |gevent |chan_sync |0.95000|
+--------+---------+--------------+-------+
| | | | |
+--------+---------+--------------+-------+
|go |gc |select |0.05788|
|go |gc |select |0.04858|
+--------+---------+--------------+-------+
|PyPy |stackless|select |0.08400|
|PyPy |stackless|select |0.06000|
+--------+---------+--------------+-------+
|CPython |stackless|select |0.31000|
+--------+---------+--------------+-------+
|PyPy |gevent |select |0.38800|
|PyPy |gevent |select |0.38400|
+--------+---------+--------------+-------+
|CPython |gevent |select |1.54000|
|CPython |gevent |select |1.48000|
+--------+---------+--------------+-------+
| | | | |
+--------+---------+--------------+-------+
|PyPy |gevent |select_default|0.00800|
+--------+---------+--------------+-------+
|PyPy |stackless|select_default|0.00800|
+--------+---------+--------------+-------+
|go |gc |select_default|0.03029|
|go |gc |select_default|0.03849|
+--------+---------+--------------+-------+
|CPython |stackless|select_default|0.15000|
|CPython |stackless|select_default|0.14000|
+--------+---------+--------------+-------+
|CPython |gevent |select_default|0.20000|
+--------+---------+--------------+-------+
+--------+---------+--------------+-------+
1 change: 0 additions & 1 deletion write_benchresults.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def w(s):
f.write('\n')
f.write(make_sepline())
f.write('\n')
w(make_sepline())
print('Benchmarks finished. Report written to %s' % RST)


Expand Down

0 comments on commit 7708810

Please sign in to comment.