Skip to content

Commit 3272b61

Browse files
committed
Add contributors in README
1 parent 58f5abd commit 3272b61

File tree

1 file changed

+40
-3
lines changed

1 file changed

+40
-3
lines changed

README.md

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<p align="center">
1212
<a href="#Investigate-where-heap-allocation-comes-from">Investigate where heap allocation comes from</a> •
1313
<a href="#perspectives">Perspectives</a> •
14-
<a href="#Acknowledgments">Acknowledgments</a> •
14+
<a href="#Contributors">Contributors</a> •
1515
<a href="#License">License</a>
1616
</p>
1717

@@ -133,8 +133,45 @@ Some issues are also available [here](https://github.com/quick-perf/maven-test-b
133133

134134
You also have [QuickPerf issues](https://github.com/quick-perf/quickperf/issues) to build new performance tools!
135135

136-
# Acknowledgments
137-
Many thanks to Hervé Boutemy for his help and support to start this project.
136+
# Contributors
137+
Many thanks to all our contributors!
138+
139+
<table>
140+
<tr>
141+
<td align="center">
142+
<a href="https://github.com/jeanbisutti">
143+
<img src="https://avatars1.githubusercontent.com/u/14811066?v=4" width="100px;" alt="Jean Bisutti"/>
144+
<br/>
145+
<sub><b>Jean Bisutti</b></sub>
146+
</a>
147+
<br/>
148+
<a href="https://github.com/quick-perf/maven-test-bench/commits?author=jeanbisutti" title="Ideas">🤔</a>
149+
<a href="https://github.com/quick-perf/maven-test-bench/commits?author=jeanbisutti" title="Code">💻</a>
150+
<a href="https://github.com/quick-perf/maven-test-bench/commits?author=jeanbisutti" title="Documentation">📖</a>
151+
<a href="https://github.com/quick-perf/maven-test-bench/commits?author=jeanbisutti" title="Reviewed Pull Requests">👀</a>
152+
</td>
153+
<td align="center">
154+
<a href="https://github.com/hboutemy">
155+
<img src="https://avatars1.githubusercontent.com/u/237462?v=4" width="100px;" alt="Hervé Boutemy"/>
156+
<br/>
157+
<sub><b>Hervé Boutemy</b></sub>
158+
</a>
159+
<br/>
160+
<a href="https://github.com/quick-perf/maven-test-bench/commits?author=hboutemy" title="Ideas">🤔</a>
161+
<a href="https://github.com/quick-perf/maven-test-bench/commits?author=hboutemy" title="Documentation">📖</a>
162+
</td>
163+
<td align="center">
164+
<a href="https://github.com/albertotn">
165+
<img src="https://avatars1.githubusercontent.com/u/12526457?v=4" width="100px;" alt="Alberto Martinelli"/>
166+
<br/>
167+
<sub><b>Alberto Martinelli</b></sub>
168+
</a>
169+
<br/>
170+
<a href="https://github.com/quick-perf/maven-test-bench/commits?author=albertotn" title="Code">💻</a>
171+
</td>
172+
</tr>
173+
</table>
174+
<a href = "https://allcontributors.org/docs/en/emoji-key">emoji key</a>
138175

139176
# License
140177
[Apache License 2.0](/LICENSE.txt)

0 commit comments

Comments
 (0)