Skip to content

Commit

Permalink
benchmark-json: add a missing callback
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 19, 2024
1 parent 3396ece commit 95ae888
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/grntest/reporters/benchmark-json-reporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ def on_test_leak(worker, result)
def on_test_omission(worker, result)
end

def on_test_omission_suppressed(worker, result)
end

def on_test_no_check(worker, result)
end

Expand Down

0 comments on commit 95ae888

Please sign in to comment.