Title: [276765] trunk/Tools
Revision
276765
Author
[email protected]
Date
2021-04-29 04:50:30 -0700 (Thu, 29 Apr 2021)

Log Message

Remove unused slave parameter from run-jsc-benchmarks script
https://bugs.webkit.org/show_bug.cgi?id=225153

Reviewed by Alexey Proskuryakov.

* Scripts/run-jsc-benchmarks:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (276764 => 276765)


--- trunk/Tools/ChangeLog	2021-04-29 10:36:35 UTC (rev 276764)
+++ trunk/Tools/ChangeLog	2021-04-29 11:50:30 UTC (rev 276765)
@@ -1,3 +1,12 @@
+2021-04-29  Aakash Jain  <[email protected]>
+
+        Remove unused slave parameter from run-jsc-benchmarks script
+        https://bugs.webkit.org/show_bug.cgi?id=225153
+
+        Reviewed by Alexey Proskuryakov.
+
+        * Scripts/run-jsc-benchmarks:
+
 2021-04-29  Sam Sneddon  <[email protected]>
 
         Make sure webkitpy tests pass on Linux and on more Python versions

Modified: trunk/Tools/Scripts/run-jsc-benchmarks (276764 => 276765)


--- trunk/Tools/Scripts/run-jsc-benchmarks	2021-04-29 10:36:35 UTC (rev 276764)
+++ trunk/Tools/Scripts/run-jsc-benchmarks	2021-04-29 11:50:30 UTC (rev 276765)
@@ -2891,7 +2891,6 @@
                  ['--remote', GetoptLong::REQUIRED_ARGUMENT],
                  ['--local', GetoptLong::NO_ARGUMENT],
                  ['--ssh-options', GetoptLong::REQUIRED_ARGUMENT],
-                 ['--slave', GetoptLong::NO_ARGUMENT],
                  ['--prepare-only', GetoptLong::NO_ARGUMENT],
                  ['--analyze', GetoptLong::REQUIRED_ARGUMENT],
                  ['--vms', GetoptLong::REQUIRED_ARGUMENT],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to