# BenchmakeProfiles equivalent for some metric where larger is better

**URL:** https://discourse.julialang.org/t/benchmakeprofiles-equivalent-for-some-metric-where-larger-is-better/114032
**Category:** New to Julia
**Created:** [May 9, 2024, 2:15am UTC](https://discourse.julialang.org/t/benchmakeprofiles-equivalent-for-some-metric-where-larger-is-better/114032 "2024-05-09T02:15:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![yhuang](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/yhuang/32/42523_2.png) [@yhuang](https://discourse.julialang.org/u/yhuang)
#### Post date: [May 9, 2024, 2:15am UTC](https://discourse.julialang.org/t/benchmakeprofiles-equivalent-for-some-metric-where-larger-is-better/114032/1 "2024-05-09T02:15:41Z")

</div>

BenchmarkProfiles is a great plotting tool for running time/memory usage comparison.  
I wonder if there is any equivalent to it when the metric I want to look at has the property larger is better.

For example, I’m comparing the empirical performance of a few approximation algorithms for a maximization problem. I’m taking the inverse, 1/x, and then calling BenchmarkProfiles. But this problem is that the ratio now becomes the ratio between inverses, a bit less straightforward.
