Skip to content

Commit

Permalink
BlocBenchs-Alexandrie: Re-sort classes in tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Dec 3, 2024
1 parent c5f7e37 commit 53624b5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/BlocBenchs-Alexandrie/AeBenchAthensCircleGrid.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Class {
'surfaceClass',
'numberOfRuns'
],
#category : #'BlocBenchs-Alexandrie'
#category : #'BlocBenchs-Alexandrie-Grid'
}

{ #category : #running }
Expand Down
2 changes: 1 addition & 1 deletion src/BlocBenchs-Alexandrie/AeBenchCircleFigure.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Class {
'radius',
'center'
],
#category : #'BlocBenchs-Alexandrie'
#category : #'BlocBenchs-Alexandrie-Grid'
}

{ #category : #drawing }
Expand Down
2 changes: 1 addition & 1 deletion src/BlocBenchs-Alexandrie/AeBenchFigure.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Class {
'extent',
'cachedPath'
],
#category : #'BlocBenchs-Alexandrie'
#category : #'BlocBenchs-Alexandrie-Grid'
}

{ #category : #initialization }
Expand Down
2 changes: 1 addition & 1 deletion src/BlocBenchs-Alexandrie/AeBenchFigureGridRunner.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Class {
'strokeFigures',
'fillFigures'
],
#category : #'BlocBenchs-Alexandrie'
#category : #'BlocBenchs-Alexandrie-Grid'
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/BlocBenchs-Alexandrie/AeBenchHbBufferSetup.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #AeBenchHbBufferSetup,
#superclass : #Object,
#category : #'BlocBenchs-Alexandrie'
#category : #'BlocBenchs-Alexandrie-Text'
}

{ #category : #bench }
Expand Down
2 changes: 1 addition & 1 deletion src/BlocBenchs-Alexandrie/AeBenchRRectFigure.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#instVars : [
'radius'
],
#category : #'BlocBenchs-Alexandrie'
#category : #'BlocBenchs-Alexandrie-Grid'
}

{ #category : #drawing }
Expand Down
2 changes: 1 addition & 1 deletion src/BlocBenchs-Alexandrie/AeBenchTextCycleRunner.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Class {
'results',
'cairoSurface'
],
#category : #'BlocBenchs-Alexandrie'
#category : #'BlocBenchs-Alexandrie-Text'
}

{ #category : #benchmarking }
Expand Down

0 comments on commit 53624b5

Please sign in to comment.