Skip to content

Commit

Permalink
Modify expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
k2tzumi committed Jan 2, 2024
1 parent ba6759f commit 63ae99b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion testdata/custom_metrics/custom_metric_set_out.1.golden
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
 Benchmark-0  main (1234567)
---------------------------------------------
Number of iterations 1000
Number of iterations 1,000
Nanoseconds per iteration 676.5 ns/op
4 changes: 2 additions & 2 deletions testdata/custom_metrics/custom_metric_set_out.2.golden
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
 Benchmark-1  main (1234567)
---------------------------------------------
Number of iterations 1500
Nanoseconds per iteration 1340 ns/op
Number of iterations 1,500
Nanoseconds per iteration 1,340 ns/op
2 changes: 1 addition & 1 deletion testdata/custom_metrics/custom_metric_set_table.1.golden
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

| Number of iterations | Nanoseconds per iteration |
|---------------------:|--------------------------:|
| 1000 | 676.5 ns/op |
| 1,000 | 676.5 ns/op |
2 changes: 1 addition & 1 deletion testdata/custom_metrics/custom_metric_set_table.2.golden
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

| Number of iterations | Nanoseconds per iteration |
|---------------------:|--------------------------:|
| 1500 | 1340 ns/op |
| 1,500 | 1,340 ns/op |
10 changes: 5 additions & 5 deletions testdata/custom_metrics/custom_metric_set_table.3.golden
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

| | main ([1234567](https://github.com/owner/repo/commit/1234567890)) |
|----------:|------------------------------------------------------------------:|
| Metrics A | 1500 |
| Metrics B | 1340 |
| Metrics C | 1600 |
| Metrics D | 1010 |
| Metrics E | 1800 |
| Metrics A | 1,500 |
| Metrics B | 1,340 |
| Metrics C | 1,600 |
| Metrics D | 1,010 |
| Metrics E | 1,800 |
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

| Number of iterations | Nanoseconds per iteration |
|---------------------:|--------------------------:|
| 1000 | 676.5 ns/op |
| 1,000 | 676.5 ns/op |
4 changes: 2 additions & 2 deletions testdata/custom_metrics/diff_custom_metric_set_table.1.golden
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

| | main ([2345678](https://github.com/owner/repo/commit/2345678901)) | main ([1234567](https://github.com/owner/repo/commit/1234567890)) | +/- |
|-------------------------------|------------------------------------------------------------------:|------------------------------------------------------------------:|------------:|
| **Number of iterations** | 9393 | 1000 | -8393 |
| **Nanoseconds per iteration** | 456.0 ns/op | 676.5 ns/op | 220.5 ns/op |
| **Number of iterations** | 9,393 | 1,000 | -8,393 |
| **Nanoseconds per iteration** | 456 ns/op | 676.5 ns/op | 220.5 ns/op |

0 comments on commit 63ae99b

Please sign in to comment.