forked from parsa-epfl/cloudsuite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes from @Hnefi and @altostratous: * Add extra tail latency measurement parameters to Web20Driver.java (95th, 99th, and 99.9th) * Add debugging message (optional) to UserGenerator.java * Changes Dockerfile to use JDK-8 for support with latest version of Faban * Explicitly checks out Faban 1.4, preserves version compatibility * Make retry message the most precise * Fix java version
- Loading branch information
1 parent
798eebe
commit 1a1eb1d
Showing
4 changed files
with
36 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM cloudsuite/java | ||
FROM cloudsuite/java:openjdk8 | ||
LABEL maintainer="Mark Sutherland <[email protected]>" | ||
|
||
RUN apt-get update && apt-get install -y \ | ||
|
@@ -9,9 +9,8 @@ RUN apt-get update && apt-get install -y \ | |
|
||
# Setup Faban | ||
|
||
RUN wget http://faban.org/downloads/faban-kit-latest.tar.gz | ||
RUN tar zxvf faban-kit-latest.tar.gz | ||
|
||
RUN wget http://faban.org/downloads/faban-kit-1.4.tar.gz | ||
RUN tar zxvf faban-kit-1.4.tar.gz | ||
COPY files/web20_benchmark /web20_benchmark | ||
|
||
WORKDIR /web20_benchmark | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters