mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 03:36:34 +02:00
Fix table header
This commit is contained in:
parent
931449980e
commit
f3754de0cb
1 changed files with 2 additions and 1 deletions
|
@ -198,7 +198,8 @@ The existing GC tracked free space and would start a major GC once the amount of
|
|||
TODO: compare performance of new GC to old one, perhaps with benchmarks (compare 0.8.1 release with current 0.9 branch)
|
||||
Graph benchmarks in the google docs spreadsheet
|
||||
|
||||
Benchmark|0.8.1|0.9|Reduced Time
|
||||
Benchmark | 0.8.1 | 0.9 | Reduced Time
|
||||
--------- | ----- | --- | ------------
|
||||
browse | 25.34 | 22.21 | 87.65%
|
||||
deriv | 17.17 | 10.83 | 63.10%
|
||||
destruc | 38.00 | 30.94 | 81.41%
|
||||
|
|
Loading…
Add table
Reference in a new issue