diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-07-04 13:05:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-04 13:05:01 -0400 |
commit | 5f9e600c5bb78ae35a9a12d250f1d7cad79cf7a4 (patch) | |
tree | df0085e1287912f014bf804d2070f189a367b772 /tools/benchmark_test.py | |
parent | fca492907cb0e6b12f202681ccf36278b5bfa81a (diff) |
chore: port http_server.py to rust (#6364)
Diffstat (limited to 'tools/benchmark_test.py')
-rwxr-xr-x | tools/benchmark_test.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/benchmark_test.py b/tools/benchmark_test.py index 2c1f384da..82d8c4fd8 100755 --- a/tools/benchmark_test.py +++ b/tools/benchmark_test.py @@ -65,6 +65,4 @@ class TestBenchmark(DenoTestCase): if __name__ == '__main__': - # FIME this doesn't appear to be the case. - # This test assumes tools/http_server.py is running in the background. run_tests() |