Skip to content

Commit

Permalink
chore(benchmark): clear stale benchmark data (#763)
Browse files Browse the repository at this point in the history
* chore(benchmark): clear stale benchmark data

Originally, benchmark util merge benchmark data, i.e. only inserted new
data in the benchmark store.  However, sometimes benches disappear, and
incorrect information is stored for them (i.e. AquaVM version which is
per-machine).

However, sometimes this functionality is useful, when you want to add a
new benchmark without running all the others.  For such case,
`aquavm_performance_metergin run --unsafe-merge-results` option is
added.

* Restore the `null` benchmark

* Do text report generation exactly one time

It was regenerated from 0 to N times before, and it is wrong.
  • Loading branch information
monoid authored Dec 4, 2023
1 parent 7428cb3 commit a5b520d
Show file tree
Hide file tree
Showing 7 changed files with 305 additions and 1,336 deletions.
Loading

0 comments on commit a5b520d

Please sign in to comment.