Skip to content

Commit

Permalink
Added basic benchmarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvbird committed Apr 26, 2013
1 parent 692ec36 commit dfebdcd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions benchmarks.md
@@ -0,0 +1,11 @@
| Test - Alloc | Running Time(sec) | Memory Used% |
|:----------------:|------------------:|-------------:|
| New Bitmap Alloc | 0.823 | 2.1% |
| Old Bitmap Alloc | 0.562 | 2.1% |
| std::allocator | 1.239 | 6.3% |

| Test - List | Running Time(sec) | Memory Used% |
|:----------------:|------------------:|-------------:|
| New Bitmap Alloc | 9.881 | 1.9% |
| Old Bitmap Alloc | 9.945 | 1.1% |
| std::allocator | 13.748 | 5.2% |

0 comments on commit dfebdcd

Please sign in to comment.