Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
@State(Scope.Thread)
public class JMHSample_05_StateFixtures {

int x;
long x;

/*
* Since @State objects are kept around during the lifetime of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
@State(Scope.Thread)
public class JMHSample_06_FixtureLevel {

int x;
long x;

/*
* Fixture methods have different levels to control when they should be run.
Expand Down