Skip to content

Commit

Permalink
Remove experimental race-async subcommand (elastic#1002)
Browse files Browse the repository at this point in the history
With this commit we remove the experimental subcommand `race-async` as
all the required functionality has been integrated into Rally's regular
`race` subcommand (including support for multiple CPU core and multiple
machines).
  • Loading branch information
danielmitterdorfer authored Jun 2, 2020
1 parent 809d4f1 commit 20c6729
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 660 deletions.
3 changes: 0 additions & 3 deletions esrally/driver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,3 @@

# expose only the minimum API
from .driver import DriverActor, PrepareBenchmark, PreparationComplete, StartBenchmark, BenchmarkComplete, TaskFinished

# async API
from .async_driver import AsyncDriver, Timer
374 changes: 0 additions & 374 deletions esrally/driver/async_driver.py

This file was deleted.

Loading

0 comments on commit 20c6729

Please sign in to comment.