Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dacapobench
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
11
Issues
11
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dacapo
anu-dev
dacapobench
Commits
47f9a734
Commit
47f9a734
authored
Nov 05, 2018
by
John Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huge data refactor changes
parent
8bb47059
Pipeline
#2953
passed with stage
in 26 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CassandraBench.java
...sandra/harness/src/org/dacapo/harness/CassandraBench.java
+2
-2
No files found.
benchmarks/bms/cassandra/harness/src/org/dacapo/harness/CassandraBench.java
View file @
47f9a734
...
...
@@ -122,8 +122,8 @@ public class CassandraBench extends Benchmark {
Class
<?>
clsYCSBClient
;
Method
mtdYCSBClientMain
;
public
CassandraBench
(
Config
config
,
File
scratch
)
throws
Exception
{
super
(
config
,
scratch
,
false
);
public
CassandraBench
(
Config
config
,
File
scratch
,
File
data
)
throws
Exception
{
super
(
config
,
scratch
,
data
,
false
);
}
private
static
void
addToSystemClassLoader
(
List
<
URL
>
urls
)
throws
Exception
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment