Skip to content

Commit

Permalink
Edit script comment [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed May 3, 2024
1 parent f8ec7c5 commit f0457b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/benchmark/command_stat_test.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/usr/bin/env python

"""
Tests if a command performs faster. Assumes variable independence and variance equality.
You need to define the command constants and may change the other constants defined
at the top of this script.
Tests if a command performs faster using independent t-test. You need to define the
command constants and may change the other constants defined at the top of this script.
"""

import subprocess
Expand Down

0 comments on commit f0457b0

Please sign in to comment.