Skip to content

Commit

Permalink
Merge pull request #167 from LLNL/feature/relative-benchmarks
Browse files Browse the repository at this point in the history
Clean up allocator benchmarks and use random size allocations for dynamic pools
  • Loading branch information
davidbeckingsale committed Jul 9, 2019
2 parents 3fe6553 + 72c9f4d commit f4d494d
Show file tree
Hide file tree
Showing 7 changed files with 404 additions and 287 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -76,6 +76,8 @@ and a dynamic pool for those that are larger.

- Switch to SPDX licensing.

- Cleaned allocator benchmark code and now use random sizes for DynamicPools.

### Removed

- `ENABLE_ASSERTS` option removed. `UMPIRE_ASSERT` should still be used.
Expand Down Expand Up @@ -123,6 +125,8 @@ and a dynamic pool for those that are larger.

- 2019-07-09: Build error with NUMA.

- Issues relating to static initialization of Logger.

## [0.3.5] - 2019-06-11

### Fixed
Expand Down

0 comments on commit f4d494d

Please sign in to comment.