Skip to content

Commit

Permalink
gmeasure is GA
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Nov 15, 2021
1 parent 05f6097 commit 360db9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gmeasure/experiment.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
Package gomega/gmeasure provides support for benchmarking and measuring code. It is intended as a more robust replacement for Ginkgo V1's Measure nodes.
**gmeasure IS CURRENTLY IN BETA - THE API MAY CHANGE IN THE NEAR-FUTURE. gmeasure WILL BE CONSIDERED GA WHEN Ginkgo V2 IS GA.
gmeasure is organized around the metaphor of an Experiment that can record multiple Measurements. A Measurement is a named collection of data points and gmeasure supports
measuring Values (of type float64) and Durations (of type time.Duration).
Expand Down

0 comments on commit 360db9d

Please sign in to comment.