benchmark: init

This commit is contained in:
Harsh Shandilya 2022-06-21 11:17:37 +05:30
parent d8d43a4c88
commit a66a915e16
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
12 changed files with 189 additions and 1 deletions

3
benchmark/proguard-rules.pro vendored Normal file
View file

@ -0,0 +1,3 @@
-keep class dev.msfjarvis.claw.benchmark.BaselineProfileGenerator {
*;
}