Skip to content

Commit 8d38702

Browse files
authored
Update performance metrics and benchmarking details
Added benchmarking information and updated performance metrics section.
1 parent 74255c1 commit 8d38702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The actual free blocks are maintained within doubly linked lists, and the head o
110110
* **Custom Memory Management:** Handles memory blocks with custom headers and footers to manage block metadata, including size and status.
111111

112112
## Performance Metrics
113-
As of now i have not quantified the performance of allocator and is a pending work.
113+
Benchmarking was done using Google Benchmark and you can see the code used to bench mark in `benchmark` folder.
114114
![performance line plot](https://aka411.github.io/tlsf-memory-allocator/performance_line_plot.svg)
115115

116116
## Prerequisites

0 commit comments

Comments
 (0)